Html Css Color HEX #E49CB4 Kobi

📋 copy color: '#E49CB4'

red 228 ◦ green 156 ◦ blue 180

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

Shades of Kobi #E49CB4

Tints of Kobi #E49CB4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.66%

 BLUE value IS 180 (70.7% from 255) = 31.91%

R = 40.43%
G = 27.66%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E49CB4 (or 0xE49CB4) is known color: Kobi. HEX triplet: E4, 9C and B4. RGB value is (228,156,180). Sum of RGB (Red+Green+Blue) = 228+156+180=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E49CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49CB4 is #1B634B. Grayscale: #B4B4B4. Windows color (decimal): -1794892 or 11836644. OLE color: 11836644.

HSL color Cylindrical-coordinate representation of color #E49CB4: hue angle of 340º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49CB4 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 156 180 -
CMYK 0 0.32 0.21 0.11
HSL 340º 0.57% 0.75% -
HSV(B) 340º 0.32% 0.89% -
XYZ 52.12 43.57 48.84 -
YUV 180.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 228 156 180 0 0.32 0.21 0.11 340 0.57 0.75
Hex E4 9C B4 0 20 15 B 154 39 4B
Octal 344 234 264 0 40 25 13 524 71 113
Binary 11100100 10011100 10110100 0 100000 10101 1011 101010100 111001 1001011

Color Harmonies of #E49CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49CB4

Black with #E49CB4

Text Example


Text Example

White with #E49CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49CB4; }

 p { color: rgb(228,156,180); }

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

background-color css

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

 a { background-color: rgb(228,156,180); }

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

border-color css

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

 span { border-color: rgb(228,156,180); }

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