Html Css Color HEX #E47DAB Kobi

📋 copy color: '#E47DAB'

red 228 ◦ green 125 ◦ blue 171

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

Shades of Kobi #E47DAB

Tints of Kobi #E47DAB

RGB

 RED value IS 228 (89.45% from 255) = 43.51%

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

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

R = 43.51%
G = 23.85%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E47DAB (or 0xE47DAB) is known color: Kobi. HEX triplet: E4, 7D and AB. RGB value is (228,125,171). Sum of RGB (Red+Green+Blue) = 228+125+171=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47DAB is #1B8254. Grayscale: #A0A0A0. Windows color (decimal): -1802837 or 11238884. OLE color: 11238884.

HSL color Cylindrical-coordinate representation of color #E47DAB: hue angle of 333.2º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47DAB is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 125 171 -
CMYK 0 0.45 0.25 0.11
HSL 333.2º 0.66% 0.69% -
HSV(B) 333.2º 0.45% 0.89% -
XYZ 46.68 34.1 42.65 -
YUV 161.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 228 125 171 0 0.45 0.25 0.11 333.2 0.66 0.69
Hex E4 7D AB 0 2D 19 B 14D 42 45
Octal 344 175 253 0 55 31 13 515 102 105
Binary 11100100 1111101 10101011 0 101101 11001 1011 101001101 1000010 1000101

Color Harmonies of #E47DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47DAB

Black with #E47DAB

Text Example


Text Example

White with #E47DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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