Html Css Color HEX #E782A8 Kobi

📋 copy color: '#E782A8'

red 231 ◦ green 130 ◦ blue 168

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

Shades of Kobi #E782A8

Tints of Kobi #E782A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.76%

R = 43.67%
G = 24.57%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E782A8 (or 0xE782A8) is known color: Kobi. HEX triplet: E7, 82 and A8. RGB value is (231,130,168). Sum of RGB (Red+Green+Blue) = 231+130+168=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E782A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782A8 is #187D57. Grayscale: #A4A4A4. Windows color (decimal): -1604952 or 11043559. OLE color: 11043559.

HSL color Cylindrical-coordinate representation of color #E782A8: hue angle of 337.43º 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 #E782A8 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 130 168 -
CMYK 0 0.44 0.27 0.09
HSL 337.43º 0.68% 0.71% -
HSV(B) 337.43º 0.44% 0.91% -
XYZ 48.01 35.78 41.42 -
YUV 164.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 231 130 168 0 0.44 0.27 0.09 337.43 0.68 0.71
Hex E7 82 A8 0 2C 1B 9 151 44 47
Octal 347 202 250 0 54 33 11 521 104 107
Binary 11100111 10000010 10101000 0 101100 11011 1001 101010001 1000100 1000111

Color Harmonies of #E782A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E782A8

Black with #E782A8

Text Example


Text Example

White with #E782A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E782A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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