Html Css Color HEX #E780AB Kobi

📋 copy color: '#E780AB'

red 231 ◦ green 128 ◦ blue 171

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

Shades of Kobi #E780AB

Tints of Kobi #E780AB

RGB

 RED value IS 231 (90.63% from 255) = 43.58%

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

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

R = 43.58%
G = 24.15%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E780AB (or 0xE780AB) is known color: Kobi. HEX triplet: E7, 80 and AB. RGB value is (231,128,171). Sum of RGB (Red+Green+Blue) = 231+128+171=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E780AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E780AB is #187F54. Grayscale: #A3A3A3. Windows color (decimal): -1605461 or 11239655. OLE color: 11239655.

HSL color Cylindrical-coordinate representation of color #E780AB: hue angle of 334.95º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780AB is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 128 171 -
CMYK 0 0.45 0.26 0.09
HSL 334.95º 0.68% 0.7% -
HSV(B) 334.95º 0.45% 0.91% -
XYZ 48.02 35.37 42.82 -
YUV 163.7 132.12 176 -
System Red Green Blue C M Y K H S L
Decimal 231 128 171 0 0.45 0.26 0.09 334.95 0.68 0.7
Hex E7 80 AB 0 2D 1A 9 14F 44 46
Octal 347 200 253 0 55 32 11 517 104 106
Binary 11100111 10000000 10101011 0 101101 11010 1001 101001111 1000100 1000110

Color Harmonies of #E780AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780AB

Black with #E780AB

Text Example


Text Example

White with #E780AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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