Html Css Color HEX #E080AD Kobi

📋 copy color: '#E080AD'

red 224 ◦ green 128 ◦ blue 173

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

Shades of Kobi #E080AD

Tints of Kobi #E080AD

RGB

 RED value IS 224 (87.89% from 255) = 42.67%

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

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 42.67%
G = 24.38%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E080AD (or 0xE080AD) is known color: Kobi. HEX triplet: E0, 80 and AD. RGB value is (224,128,173). Sum of RGB (Red+Green+Blue) = 224+128+173=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E080AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080AD is #1F7F52. Grayscale: #A1A1A1. Windows color (decimal): -2064211 or 11370720. OLE color: 11370720.

HSL color Cylindrical-coordinate representation of color #E080AD: hue angle of 331.88º degrees, saturation: 0.61, 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 #E080AD is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 173 -
CMYK 0 0.43 0.23 0.12
HSL 331.88º 0.61% 0.69% -
HSV(B) 331.88º 0.43% 0.88% -
XYZ 46 34.3 43.73 -
YUV 161.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 224 128 173 0 0.43 0.23 0.12 331.88 0.61 0.69
Hex E0 80 AD 0 2B 17 C 14C 3D 45
Octal 340 200 255 0 53 27 14 514 75 105
Binary 11100000 10000000 10101101 0 101011 10111 1100 101001100 111101 1000101

Color Harmonies of #E080AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080AD

Black with #E080AD

Text Example


Text Example

White with #E080AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080AD; }

 p { color: rgb(224,128,173); }

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

background-color css

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

 a { background-color: rgb(224,128,173); }

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

border-color css

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

 span { border-color: rgb(224,128,173); }

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