Html Css Color HEX #E29CA5 Kobi

📋 copy color: '#E29CA5'

red 226 ◦ green 156 ◦ blue 165

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

Shades of Kobi #E29CA5

Tints of Kobi #E29CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.16%

R = 41.32%
G = 28.52%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E29CA5 (or 0xE29CA5) is known color: Kobi. HEX triplet: E2, 9C and A5. RGB value is (226,156,165). Sum of RGB (Red+Green+Blue) = 226+156+165=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29CA5 is #1D635A. Grayscale: #B1B1B1. Windows color (decimal): -1925979 or 10853602. OLE color: 10853602.

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

Color convert

RGB 226 156 165 -
CMYK 0 0.31 0.27 0.11
HSL 352.29º 0.55% 0.75% -
HSV(B) 352.29º 0.31% 0.89% -
XYZ 50.04 42.66 41.19 -
YUV 177.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 226 156 165 0 0.31 0.27 0.11 352.29 0.55 0.75
Hex E2 9C A5 0 1F 1B B 160 37 4B
Octal 342 234 245 0 37 33 13 540 67 113
Binary 11100010 10011100 10100101 0 11111 11011 1011 101100000 110111 1001011

Color Harmonies of #E29CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29CA5

Black with #E29CA5

Text Example


Text Example

White with #E29CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29CA5; }

 p { color: rgb(226,156,165); }

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

background-color css

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

 a { background-color: rgb(226,156,165); }

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

border-color css

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

 span { border-color: rgb(226,156,165); }

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