Html Css Color HEX #E782A5 Kobi

📋 copy color: '#E782A5'

red 231 ◦ green 130 ◦ blue 165

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

Shades of Kobi #E782A5

Tints of Kobi #E782A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.37%

R = 43.92%
G = 24.71%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E782A5 (or 0xE782A5) is known color: Kobi. HEX triplet: E7, 82 and A5. RGB value is (231,130,165). Sum of RGB (Red+Green+Blue) = 231+130+165=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E782A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782A5 is #187D5A. Grayscale: #A4A4A4. Windows color (decimal): -1604955 or 10846951. OLE color: 10846951.

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

Color convert

RGB 231 130 165 -
CMYK 0 0.44 0.29 0.09
HSL 339.21º 0.68% 0.71% -
HSV(B) 339.21º 0.44% 0.91% -
XYZ 47.73 35.67 39.97 -
YUV 164.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 231 130 165 0 0.44 0.29 0.09 339.21 0.68 0.71
Hex E7 82 A5 0 2C 1D 9 153 44 47
Octal 347 202 245 0 54 35 11 523 104 107
Binary 11100111 10000010 10100101 0 101100 11101 1001 101010011 1000100 1000111

Color Harmonies of #E782A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E782A5

Black with #E782A5

Text Example


Text Example

White with #E782A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E782A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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