Html Css Color HEX #E17BAA Kobi

📋 copy color: '#E17BAA'

red 225 ◦ green 123 ◦ blue 170

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

Shades of Kobi #E17BAA

Tints of Kobi #E17BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.75%

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

R = 43.44%
G = 23.75%
B = 32.82%

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

#E17BAA (or 0xE17BAA) is known color: Kobi. HEX triplet: E1, 7B and AA. RGB value is (225,123,170). Sum of RGB (Red+Green+Blue) = 225+123+170=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17BAA is #1E8455. Grayscale: #9E9E9E. Windows color (decimal): -1999958 or 11172833. OLE color: 11172833.

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

Color convert

RGB 225 123 170 -
CMYK 0 0.45 0.24 0.12
HSL 332.35º 0.63% 0.68% -
HSV(B) 332.35º 0.45% 0.88% -
XYZ 45.39 33.08 42.02 -
YUV 158.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 225 123 170 0 0.45 0.24 0.12 332.35 0.63 0.68
Hex E1 7B AA 0 2D 18 C 14C 3F 44
Octal 341 173 252 0 55 30 14 514 77 104
Binary 11100001 1111011 10101010 0 101101 11000 1100 101001100 111111 1000100

Color Harmonies of #E17BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17BAA

Black with #E17BAA

Text Example


Text Example

White with #E17BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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