Html Css Color HEX #E07AAB Kobi

📋 copy color: '#E07AAB'

red 224 ◦ green 122 ◦ blue 171

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

Shades of Kobi #E07AAB

Tints of Kobi #E07AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.6%

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

R = 43.33%
G = 23.6%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E07AAB (or 0xE07AAB) is known color: Kobi. HEX triplet: E0, 7A and AB. RGB value is (224,122,171). Sum of RGB (Red+Green+Blue) = 224+122+171=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07AAB is #1F8554. Grayscale: #9D9D9D. Windows color (decimal): -2065749 or 11238112. OLE color: 11238112.

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

Color convert

RGB 224 122 171 -
CMYK 0 0.46 0.24 0.12
HSL 331.18º 0.62% 0.68% -
HSV(B) 331.18º 0.46% 0.88% -
XYZ 45.05 32.71 42.47 -
YUV 158.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 224 122 171 0 0.46 0.24 0.12 331.18 0.62 0.68
Hex E0 7A AB 0 2E 18 C 14B 3E 44
Octal 340 172 253 0 56 30 14 513 76 104
Binary 11100000 1111010 10101011 0 101110 11000 1100 101001011 111110 1000100

Color Harmonies of #E07AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AAB

Black with #E07AAB

Text Example


Text Example

White with #E07AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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