Html Css Color HEX #E185A8 Kobi

📋 copy color: '#E185A8'

red 225 ◦ green 133 ◦ blue 168

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

Shades of Kobi #E185A8

Tints of Kobi #E185A8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.29%

 BLUE value IS 168 (66.02% from 255) = 31.94%

R = 42.78%
G = 25.29%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E185A8 (or 0xE185A8) is known color: Kobi. HEX triplet: E1, 85 and A8. RGB value is (225,133,168). Sum of RGB (Red+Green+Blue) = 225+133+168=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E185A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E185A8 is #1E7A57. Grayscale: #A4A4A4. Windows color (decimal): -1997400 or 11044321. OLE color: 11044321.

HSL color Cylindrical-coordinate representation of color #E185A8: hue angle of 337.17º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185A8 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 133 168 -
CMYK 0 0.41 0.25 0.12
HSL 337.17º 0.61% 0.7% -
HSV(B) 337.17º 0.41% 0.88% -
XYZ 46.51 35.61 41.47 -
YUV 164.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 225 133 168 0 0.41 0.25 0.12 337.17 0.61 0.7
Hex E1 85 A8 0 29 19 C 151 3D 46
Octal 341 205 250 0 51 31 14 521 75 106
Binary 11100001 10000101 10101000 0 101001 11001 1100 101010001 111101 1000110

Color Harmonies of #E185A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E185A8

Black with #E185A8

Text Example


Text Example

White with #E185A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E185A8; }

 p { color: rgb(225,133,168); }

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

background-color css

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

 a { background-color: rgb(225,133,168); }

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

border-color css

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

 span { border-color: rgb(225,133,168); }

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