Html Css Color HEX #E17AAA Kobi

📋 copy color: '#E17AAA'

red 225 ◦ green 122 ◦ blue 170

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

Shades of Kobi #E17AAA

Tints of Kobi #E17AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.6%

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

R = 43.52%
G = 23.6%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E17AAA (or 0xE17AAA) is known color: Kobi. HEX triplet: E1, 7A and AA. RGB value is (225,122,170). Sum of RGB (Red+Green+Blue) = 225+122+170=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17AAA is #1E8555. Grayscale: #9E9E9E. Windows color (decimal): -2000214 or 11172577. OLE color: 11172577.

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

Color convert

RGB 225 122 170 -
CMYK 0 0.46 0.24 0.12
HSL 332.04º 0.63% 0.68% -
HSV(B) 332.04º 0.46% 0.88% -
XYZ 45.27 32.83 41.98 -
YUV 158.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 225 122 170 0 0.46 0.24 0.12 332.04 0.63 0.68
Hex E1 7A AA 0 2E 18 C 14C 3F 44
Octal 341 172 252 0 56 30 14 514 77 104
Binary 11100001 1111010 10101010 0 101110 11000 1100 101001100 111111 1000100

Color Harmonies of #E17AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17AAA

Black with #E17AAA

Text Example


Text Example

White with #E17AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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