Html Css Color HEX #E19CB2 Kobi

📋 copy color: '#E19CB2'

red 225 ◦ green 156 ◦ blue 178

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

Shades of Kobi #E19CB2

Tints of Kobi #E19CB2

RGB

 RED value IS 225 (88.28% from 255) = 40.25%

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

 BLUE value IS 178 (69.92% from 255) = 31.84%

R = 40.25%
G = 27.91%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E19CB2 (or 0xE19CB2) is known color: Kobi. HEX triplet: E1, 9C and B2. RGB value is (225,156,178). Sum of RGB (Red+Green+Blue) = 225+156+178=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19CB2 is #1E634D. Grayscale: #B3B3B3. Windows color (decimal): -1991502 or 11705569. OLE color: 11705569.

HSL color Cylindrical-coordinate representation of color #E19CB2: hue angle of 340.87º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19CB2 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 156 178 -
CMYK 0 0.31 0.21 0.12
HSL 340.87º 0.53% 0.75% -
HSV(B) 340.87º 0.31% 0.88% -
XYZ 50.98 43 47.73 -
YUV 179.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 225 156 178 0 0.31 0.21 0.12 340.87 0.53 0.75
Hex E1 9C B2 0 1F 15 C 155 35 4B
Octal 341 234 262 0 37 25 14 525 65 113
Binary 11100001 10011100 10110010 0 11111 10101 1100 101010101 110101 1001011

Color Harmonies of #E19CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19CB2

Black with #E19CB2

Text Example


Text Example

White with #E19CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19CB2; }

 p { color: rgb(225,156,178); }

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

background-color css

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

 a { background-color: rgb(225,156,178); }

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

border-color css

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

 span { border-color: rgb(225,156,178); }

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