Html Css Color HEX #E782AA Kobi

📋 copy color: '#E782AA'

red 231 ◦ green 130 ◦ blue 170

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

Shades of Kobi #E782AA

Tints of Kobi #E782AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.48%

 BLUE value IS 170 (66.8% from 255) = 32.02%

R = 43.5%
G = 24.48%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E782AA (or 0xE782AA) is known color: Kobi. HEX triplet: E7, 82 and AA. RGB value is (231,130,170). Sum of RGB (Red+Green+Blue) = 231+130+170=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E782AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782AA is #187D55. Grayscale: #A4A4A4. Windows color (decimal): -1604950 or 11174631. OLE color: 11174631.

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

Color convert

RGB 231 130 170 -
CMYK 0 0.44 0.26 0.09
HSL 336.24º 0.68% 0.71% -
HSV(B) 336.24º 0.44% 0.91% -
XYZ 48.19 35.86 42.41 -
YUV 164.76 130.96 175.25 -
System Red Green Blue C M Y K H S L
Decimal 231 130 170 0 0.44 0.26 0.09 336.24 0.68 0.71
Hex E7 82 AA 0 2C 1A 9 150 44 47
Octal 347 202 252 0 54 32 11 520 104 107
Binary 11100111 10000010 10101010 0 101100 11010 1001 101010000 1000100 1000111

Color Harmonies of #E782AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E782AA

Black with #E782AA

Text Example


Text Example

White with #E782AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E782AA; }

 p { color: rgb(231,130,170); }

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

background-color css

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

 a { background-color: rgb(231,130,170); }

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

border-color css

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

 span { border-color: rgb(231,130,170); }

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