Html Css Color HEX #E07DAE Kobi

📋 copy color: '#E07DAE'

red 224 ◦ green 125 ◦ blue 174

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

Shades of Kobi #E07DAE

Tints of Kobi #E07DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.27%

R = 42.83%
G = 23.9%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E07DAE (or 0xE07DAE) is known color: Kobi. HEX triplet: E0, 7D and AE. RGB value is (224,125,174). Sum of RGB (Red+Green+Blue) = 224+125+174=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DAE is #1F8251. Grayscale: #A0A0A0. Windows color (decimal): -2064978 or 11435488. OLE color: 11435488.

HSL color Cylindrical-coordinate representation of color #E07DAE: hue angle of 330.3º 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 #E07DAE is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 125 174 -
CMYK 0 0.44 0.22 0.12
HSL 330.3º 0.61% 0.68% -
HSV(B) 330.3º 0.44% 0.88% -
XYZ 45.71 33.57 44.11 -
YUV 160.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 224 125 174 0 0.44 0.22 0.12 330.3 0.61 0.68
Hex E0 7D AE 0 2C 16 C 14A 3D 44
Octal 340 175 256 0 54 26 14 512 75 104
Binary 11100000 1111101 10101110 0 101100 10110 1100 101001010 111101 1000100

Color Harmonies of #E07DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DAE

Black with #E07DAE

Text Example


Text Example

White with #E07DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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