Html Css Color HEX #EA779F Carissma

📋 copy color: '#EA779F'

red 234 ◦ green 119 ◦ blue 159

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

Shades of Carissma #EA779F

Tints of Carissma #EA779F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.05%

R = 45.7%
G = 23.24%
B = 31.05%

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

#EA779F (or 0xEA779F) is known color: Carissma. HEX triplet: EA, 77 and 9F. RGB value is (234,119,159). Sum of RGB (Red+Green+Blue) = 234+119+159=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA779F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA779F is #158860. Grayscale: #9D9D9D. Windows color (decimal): -1411169 or 10450922. OLE color: 10450922.

HSL color Cylindrical-coordinate representation of color #EA779F: hue angle of 339.13º 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 #EA779F is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 119 159 -
CMYK 0 0.49 0.32 0.08
HSL 339.13º 0.73% 0.69% -
HSV(B) 339.13º 0.49% 0.92% -
XYZ 46.79 33.19 36.74 -
YUV 157.95 128.6 182.25 -
System Red Green Blue C M Y K H S L
Decimal 234 119 159 0 0.49 0.32 0.08 339.13 0.73 0.69
Hex EA 77 9F 0 31 20 8 153 49 45
Octal 352 167 237 0 61 40 10 523 111 105
Binary 11101010 1110111 10011111 0 110001 100000 1000 101010011 1001001 1000101

Color Harmonies of #EA779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA779F

Black with #EA779F

Text Example


Text Example

White with #EA779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA779F; }

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

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

background-color css

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

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

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

border-color css

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

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

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