Html Css Color HEX #E27DAB Kobi

📋 copy color: '#E27DAB'

red 226 ◦ green 125 ◦ blue 171

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

Shades of Kobi #E27DAB

Tints of Kobi #E27DAB

RGB

 RED value IS 226 (88.67% from 255) = 43.3%

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

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

R = 43.3%
G = 23.95%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E27DAB (or 0xE27DAB) is known color: Kobi. HEX triplet: E2, 7D and AB. RGB value is (226,125,171). Sum of RGB (Red+Green+Blue) = 226+125+171=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27DAB is #1D8254. Grayscale: #A0A0A0. Windows color (decimal): -1933909 or 11238882. OLE color: 11238882.

HSL color Cylindrical-coordinate representation of color #E27DAB: hue angle of 332.67º degrees, saturation: 0.64, 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 #E27DAB is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 125 171 -
CMYK 0 0.45 0.24 0.11
HSL 332.67º 0.64% 0.69% -
HSV(B) 332.67º 0.45% 0.89% -
XYZ 46.05 33.78 42.62 -
YUV 160.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 226 125 171 0 0.45 0.24 0.11 332.67 0.64 0.69
Hex E2 7D AB 0 2D 18 B 14D 40 45
Octal 342 175 253 0 55 30 13 515 100 105
Binary 11100010 1111101 10101011 0 101101 11000 1011 101001101 1000000 1000101

Color Harmonies of #E27DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DAB

Black with #E27DAB

Text Example


Text Example

White with #E27DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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