Html Css Color HEX #EA77A0 Carissma

📋 copy color: '#EA77A0'

red 234 ◦ green 119 ◦ blue 160

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

Shades of Carissma #EA77A0

Tints of Carissma #EA77A0

RGB

 RED value IS 234 (91.8% from 255) = 45.61%

 GREEN value IS 119 (46.88% from 255) = 23.2%

 BLUE value IS 160 (62.89% from 255) = 31.19%

R = 45.61%
G = 23.2%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA77A0 (or 0xEA77A0) is known color: Carissma. HEX triplet: EA, 77 and A0. RGB value is (234,119,160). Sum of RGB (Red+Green+Blue) = 234+119+160=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA77A0 is #15885F. Grayscale: #9E9E9E. Windows color (decimal): -1411168 or 10516458. OLE color: 10516458.

HSL color Cylindrical-coordinate representation of color #EA77A0: hue angle of 338.61º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA77A0 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 119 160 -
CMYK 0 0.49 0.32 0.08
HSL 338.61º 0.73% 0.69% -
HSV(B) 338.61º 0.49% 0.92% -
XYZ 46.87 33.22 37.2 -
YUV 158.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 234 119 160 0 0.49 0.32 0.08 338.61 0.73 0.69
Hex EA 77 A0 0 31 20 8 153 49 45
Octal 352 167 240 0 61 40 10 523 111 105
Binary 11101010 1110111 10100000 0 110001 100000 1000 101010011 1001001 1000101

Color Harmonies of #EA77A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77A0

Black with #EA77A0

Text Example


Text Example

White with #EA77A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77A0; }

 p { color: rgb(234,119,160); }

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

background-color css

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

 a { background-color: rgb(234,119,160); }

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

border-color css

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

 span { border-color: rgb(234,119,160); }

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