Html Css Color HEX #E07DAB Kobi

📋 copy color: '#E07DAB'

red 224 ◦ green 125 ◦ blue 171

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

Shades of Kobi #E07DAB

Tints of Kobi #E07DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.04%

 BLUE value IS 171 (67.19% from 255) = 32.88%

R = 43.08%
G = 24.04%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E07DAB (or 0xE07DAB) is known color: Kobi. HEX triplet: E0, 7D and AB. RGB value is (224,125,171). Sum of RGB (Red+Green+Blue) = 224+125+171=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DAB is #1F8254. Grayscale: #9F9F9F. Windows color (decimal): -2064981 or 11238880. OLE color: 11238880.

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

Color convert

RGB 224 125 171 -
CMYK 0 0.44 0.24 0.12
HSL 332.12º 0.61% 0.68% -
HSV(B) 332.12º 0.44% 0.88% -
XYZ 45.42 33.45 42.59 -
YUV 159.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 224 125 171 0 0.44 0.24 0.12 332.12 0.61 0.68
Hex E0 7D AB 0 2C 18 C 14C 3D 44
Octal 340 175 253 0 54 30 14 514 75 104
Binary 11100000 1111101 10101011 0 101100 11000 1100 101001100 111101 1000100

Color Harmonies of #E07DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DAB

Black with #E07DAB

Text Example


Text Example

White with #E07DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DAB; }

 p { color: rgb(224,125,171); }

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

background-color css

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

 a { background-color: rgb(224,125,171); }

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

border-color css

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

 span { border-color: rgb(224,125,171); }

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