Html Css Color HEX #E180B0 Kobi

📋 copy color: '#E180B0'

red 225 ◦ green 128 ◦ blue 176

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

Shades of Kobi #E180B0

Tints of Kobi #E180B0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.2%

 BLUE value IS 176 (69.14% from 255) = 33.27%

R = 42.53%
G = 24.2%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E180B0 (or 0xE180B0) is known color: Kobi. HEX triplet: E1, 80 and B0. RGB value is (225,128,176). Sum of RGB (Red+Green+Blue) = 225+128+176=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E180B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E180B0 is #1E7F4F. Grayscale: #A2A2A2. Windows color (decimal): -1998672 or 11567329. OLE color: 11567329.

HSL color Cylindrical-coordinate representation of color #E180B0: hue angle of 330.31º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180B0 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 128 176 -
CMYK 0 0.43 0.22 0.12
HSL 330.31º 0.62% 0.69% -
HSV(B) 330.31º 0.43% 0.88% -
XYZ 46.61 34.58 45.29 -
YUV 162.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 225 128 176 0 0.43 0.22 0.12 330.31 0.62 0.69
Hex E1 80 B0 0 2B 16 C 14A 3E 45
Octal 341 200 260 0 53 26 14 512 76 105
Binary 11100001 10000000 10110000 0 101011 10110 1100 101001010 111110 1000101

Color Harmonies of #E180B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E180B0

Black with #E180B0

Text Example


Text Example

White with #E180B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E180B0; }

 p { color: rgb(225,128,176); }

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

background-color css

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

 a { background-color: rgb(225,128,176); }

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

border-color css

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

 span { border-color: rgb(225,128,176); }

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