#E07CA8

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

Shades of Kobi #E07CA8

Tints of Kobi #E07CA8

Color information

#E07CA8 (or 0xE07CA8) is unknown color: approx Kobi. HEX triplet: E0, 7C and A8. RGB value is (224,124,168). Sum of RGB (Red+Green+Blue) = 224+124+168=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07CA8 is #1F8357. Grayscale: #9E9E9E. Windows color (decimal): -2065240 or 11042016. OLE color: 11042016.

HSL color Cylindrical-coordinate representation of color #E07CA8: hue angle of 333.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07CA8 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224124168-
CMYK00.450.250.12
HSL333.6º61.73%68.24%-
HSV(B)333.6º44.64%87.84%-
XYZ45.0233.0941.06-
YUV158.92133.13174.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 124 (48.83% from 255) = 24.03%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=43.41%
G=24.03%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412416800.450.250.12333.661.7368.24
HexE07CA802D19C14e3e44
Octal340174250055311451676104
Binary1110000011111001010100001011011100111001010011101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07CA8; }

 p { color: rgb(224,124,168); }

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

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

 a { background-color: rgb(224,124,168); }

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

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

 span { border-color: rgb(224,124,168); }

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