#E07EAE

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

Shades of Kobi #E07EAE

Tints of Kobi #E07EAE

Color information

#E07EAE (or 0xE07EAE) is unknown color: approx Kobi. HEX triplet: E0, 7E and AE. RGB value is (224,126,174). Sum of RGB (Red+Green+Blue) = 224+126+174=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07EAE is #1F8151. Grayscale: #A0A0A0. Windows color (decimal): -2064722 or 11435744. OLE color: 11435744.

HSL color Cylindrical-coordinate representation of color #E07EAE: hue angle of 330.61º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07EAE is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224126174-
CMYK00.440.220.12
HSL330.61º61.25%68.63%-
HSV(B)330.61º43.75%87.84%-
XYZ45.8433.8244.16-
YUV160.77135.47173.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 126 (49.61% from 255) = 24.05%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=42.75%
G=24.05%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412617400.440.220.12330.6161.2568.63
HexE07EAE02C16C14b3d45
Octal340176256054261451375105
Binary1110000011111101010111001011001011011001010010111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07EAE; }

 p { color: rgb(224,126,174); }

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

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

 a { background-color: rgb(224,126,174); }

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

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

 span { border-color: rgb(224,126,174); }

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