Html Css Color HEX #EA7796 Carissma

📋 copy color: '#EA7796'

red 234 ◦ green 119 ◦ blue 150

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

Shades of Carissma #EA7796

Tints of Carissma #EA7796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.82%

R = 46.52%
G = 23.66%
B = 29.82%

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

#EA7796 (or 0xEA7796) is known color: Carissma. HEX triplet: EA, 77 and 96. RGB value is (234,119,150). Sum of RGB (Red+Green+Blue) = 234+119+150=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7796 is #158869. Grayscale: #9C9C9C. Windows color (decimal): -1411178 or 9861098. OLE color: 9861098.

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

Color convert

RGB 234 119 150 -
CMYK 0 0.49 0.36 0.08
HSL 343.83º 0.73% 0.69% -
HSV(B) 343.83º 0.49% 0.92% -
XYZ 46.03 32.89 32.78 -
YUV 156.92 124.1 182.98 -
System Red Green Blue C M Y K H S L
Decimal 234 119 150 0 0.49 0.36 0.08 343.83 0.73 0.69
Hex EA 77 96 0 31 24 8 158 49 45
Octal 352 167 226 0 61 44 10 530 111 105
Binary 11101010 1110111 10010110 0 110001 100100 1000 101011000 1001001 1000101

Color Harmonies of #EA7796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7796

Black with #EA7796

Text Example


Text Example

White with #EA7796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7796; }

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

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

background-color css

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

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

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

border-color css

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

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

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