Html Css Color HEX #EA7795 Carissma

📋 copy color: '#EA7795'

red 234 ◦ green 119 ◦ blue 149

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

Shades of Carissma #EA7795

Tints of Carissma #EA7795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 46.61%
G = 23.71%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA7795 (or 0xEA7795) is known color: Carissma. HEX triplet: EA, 77 and 95. RGB value is (234,119,149). Sum of RGB (Red+Green+Blue) = 234+119+149=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7795 is #15886A. Grayscale: #9C9C9C. Windows color (decimal): -1411179 or 9795562. OLE color: 9795562.

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

Color convert

RGB 234 119 149 -
CMYK 0 0.49 0.36 0.08
HSL 344.35º 0.73% 0.69% -
HSV(B) 344.35º 0.49% 0.92% -
XYZ 45.95 32.86 32.35 -
YUV 156.81 123.6 183.06 -
System Red Green Blue C M Y K H S L
Decimal 234 119 149 0 0.49 0.36 0.08 344.35 0.73 0.69
Hex EA 77 95 0 31 24 8 158 49 45
Octal 352 167 225 0 61 44 10 530 111 105
Binary 11101010 1110111 10010101 0 110001 100100 1000 101011000 1001001 1000101

Color Harmonies of #EA7795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7795

Black with #EA7795

Text Example


Text Example

White with #EA7795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7795; }

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

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

background-color css

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

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

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

border-color css

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

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

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