Html Css Color HEX #E17CAA Kobi

📋 copy color: '#E17CAA'

red 225 ◦ green 124 ◦ blue 170

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

Shades of Kobi #E17CAA

Tints of Kobi #E17CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.89%

 BLUE value IS 170 (66.8% from 255) = 32.76%

R = 43.35%
G = 23.89%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E17CAA (or 0xE17CAA) is known color: Kobi. HEX triplet: E1, 7C and AA. RGB value is (225,124,170). Sum of RGB (Red+Green+Blue) = 225+124+170=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17CAA is #1E8355. Grayscale: #9F9F9F. Windows color (decimal): -1999702 or 11173089. OLE color: 11173089.

HSL color Cylindrical-coordinate representation of color #E17CAA: hue angle of 332.67º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17CAA is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 124 170 -
CMYK 0 0.45 0.24 0.12
HSL 332.67º 0.63% 0.68% -
HSV(B) 332.67º 0.45% 0.88% -
XYZ 45.51 33.33 42.06 -
YUV 159.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 225 124 170 0 0.45 0.24 0.12 332.67 0.63 0.68
Hex E1 7C AA 0 2D 18 C 14D 3F 44
Octal 341 174 252 0 55 30 14 515 77 104
Binary 11100001 1111100 10101010 0 101101 11000 1100 101001101 111111 1000100

Color Harmonies of #E17CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CAA

Black with #E17CAA

Text Example


Text Example

White with #E17CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CAA; }

 p { color: rgb(225,124,170); }

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

background-color css

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

 a { background-color: rgb(225,124,170); }

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

border-color css

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

 span { border-color: rgb(225,124,170); }

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