Html Css Color HEX #E780A2 Carissma

📋 copy color: '#E780A2'

red 231 ◦ green 128 ◦ blue 162

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

Shades of Carissma #E780A2

Tints of Carissma #E780A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.09%

R = 44.34%
G = 24.57%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E780A2 (or 0xE780A2) is known color: Carissma. HEX triplet: E7, 80 and A2. RGB value is (231,128,162). Sum of RGB (Red+Green+Blue) = 231+128+162=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E780A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E780A2 is #187F5D. Grayscale: #A2A2A2. Windows color (decimal): -1605470 or 10649831. OLE color: 10649831.

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

Color convert

RGB 231 128 162 -
CMYK 0 0.45 0.30 0.09
HSL 340.19º 0.68% 0.7% -
HSV(B) 340.19º 0.45% 0.91% -
XYZ 47.2 35.04 38.46 -
YUV 162.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 231 128 162 0 0.45 0.30 0.09 340.19 0.68 0.7
Hex E7 80 A2 0 2D 1E 9 154 44 46
Octal 347 200 242 0 55 36 11 524 104 106
Binary 11100111 10000000 10100010 0 101101 11110 1001 101010100 1000100 1000110

Color Harmonies of #E780A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780A2

Black with #E780A2

Text Example


Text Example

White with #E780A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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