#E672E2

Color #E672E2 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E672E2

Tints of Orchid #E672E2

Color information

#E672E2 (or 0xE672E2) is unknown color: approx Orchid. HEX triplet: E6, 72 and E2. RGB value is (230,114,226). Sum of RGB (Red+Green+Blue) = 230+114+226=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E672E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672E2 is #198D1D. Grayscale: #A1A1A1. Windows color (decimal): -1674526 or 14840550. OLE color: 14840550.

HSL color Cylindrical-coordinate representation of color #E672E2: hue angle of 302.07º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E672E2 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB230114226-
CMYK00.500.020.10
HSL302.07º69.88%67.45%-
HSV(B)302.07º50.43%90.2%-
XYZ52.3834.3575.82-
YUV161.45164.43176.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 40.35%
GREEN value IS 114 (44.92% from 255) = 20%
BLUE value IS 226 (88.67% from 255) = 39.65%
R=40.35%
G=20%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011422600.500.020.10302.0769.8867.45
HexE672E20322A12e4643
Octal346162342062212456106103
Binary11100110111001011100010011001010101010010111010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E672E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E672E2; }

 p { color: rgb(230,114,226); }

 H1.HeaderClassName
 {
   color: #E672E2;
 }
 .AnyTagClassName
 {
   color: #E672E2;
 }
</style>
background-color css

<style>
 a { background-color: #E672E2; }

 a { background-color: rgb(230,114,226); }

 div.DivClassName
 {
   background-color: #E672E2;
 }
 .BgClassName
 {
   background-color: #E672E2;
 }
</style>
border-color css

<style>
 span { border-color: #E672E2; }

 span { border-color: rgb(230,114,226); }

 td.TdClassName
 {
   border-color: #E672E2;
 }
 .TagClassName
 {
   border-color: #E672E2;
 }
</style>