Html Css Color HEX #E480AB Kobi

📋 copy color: '#E480AB'

red 228 ◦ green 128 ◦ blue 171

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

Shades of Kobi #E480AB

Tints of Kobi #E480AB

RGB

 RED value IS 228 (89.45% from 255) = 43.26%

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

 BLUE value IS 171 (67.19% from 255) = 32.45%

R = 43.26%
G = 24.29%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E480AB (or 0xE480AB) is known color: Kobi. HEX triplet: E4, 80 and AB. RGB value is (228,128,171). Sum of RGB (Red+Green+Blue) = 228+128+171=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E480AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E480AB is #1B7F54. Grayscale: #A2A2A2. Windows color (decimal): -1802069 or 11239652. OLE color: 11239652.

HSL color Cylindrical-coordinate representation of color #E480AB: hue angle of 334.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E480AB is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 128 171 -
CMYK 0 0.44 0.25 0.11
HSL 334.2º 0.65% 0.7% -
HSV(B) 334.2º 0.44% 0.89% -
XYZ 47.06 34.87 42.78 -
YUV 162.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 228 128 171 0 0.44 0.25 0.11 334.2 0.65 0.7
Hex E4 80 AB 0 2C 19 B 14E 41 46
Octal 344 200 253 0 54 31 13 516 101 106
Binary 11100100 10000000 10101011 0 101100 11001 1011 101001110 1000001 1000110

Color Harmonies of #E480AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E480AB

Black with #E480AB

Text Example


Text Example

White with #E480AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E480AB; }

 p { color: rgb(228,128,171); }

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

background-color css

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

 a { background-color: rgb(228,128,171); }

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

border-color css

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

 span { border-color: rgb(228,128,171); }

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