Html Css Color HEX #E07CAD Kobi

📋 copy color: '#E07CAD'

red 224 ◦ green 124 ◦ blue 173

#E07CAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #E07CAD

Tints of Kobi #E07CAD

RGB

 RED value IS 224 (87.89% from 255) = 42.99%

 GREEN value IS 124 (48.83% from 255) = 23.8%

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 42.99%
G = 23.8%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E07CAD (or 0xE07CAD) is known color: Kobi. HEX triplet: E0, 7C and AD. RGB value is (224,124,173). Sum of RGB (Red+Green+Blue) = 224+124+173=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07CAD is #1F8352. Grayscale: #9F9F9F. Windows color (decimal): -2065235 or 11369696. OLE color: 11369696.

HSL color Cylindrical-coordinate representation of color #E07CAD: hue angle of 330.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 #E07CAD is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 124 173 -
CMYK 0 0.45 0.23 0.12
HSL 330.6º 0.62% 0.68% -
HSV(B) 330.6º 0.45% 0.88% -
XYZ 45.49 33.28 43.56 -
YUV 159.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 224 124 173 0 0.45 0.23 0.12 330.6 0.62 0.68
Hex E0 7C AD 0 2D 17 C 14B 3E 44
Octal 340 174 255 0 55 27 14 513 76 104
Binary 11100000 1111100 10101101 0 101101 10111 1100 101001011 111110 1000100

Color Harmonies of #E07CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CAD

Black with #E07CAD

Text Example


Text Example

White with #E07CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CAD; }

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

 H1.HeaderClassName
 {
   color: #E07CAD;
 }
 .AnyTagClassName
 {
   color: #E07CAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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