Html Css Color HEX #EA798F Carissma

📋 copy color: '#EA798F'

red 234 ◦ green 121 ◦ blue 143

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

Shades of Carissma #EA798F

Tints of Carissma #EA798F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.3%

 BLUE value IS 143 (56.25% from 255) = 28.71%

R = 46.99%
G = 24.3%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA798F (or 0xEA798F) is known color: Carissma. HEX triplet: EA, 79 and 8F. RGB value is (234,121,143). Sum of RGB (Red+Green+Blue) = 234+121+143=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA798F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA798F is #158670. Grayscale: #9D9D9D. Windows color (decimal): -1410673 or 9402858. OLE color: 9402858.

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

Color convert

RGB 234 121 143 -
CMYK 0 0.48 0.39 0.08
HSL 348.32º 0.73% 0.7% -
HSV(B) 348.32º 0.48% 0.92% -
XYZ 45.73 33.15 29.98 -
YUV 157.3 119.94 182.71 -
System Red Green Blue C M Y K H S L
Decimal 234 121 143 0 0.48 0.39 0.08 348.32 0.73 0.7
Hex EA 79 8F 0 30 27 8 15C 49 46
Octal 352 171 217 0 60 47 10 534 111 106
Binary 11101010 1111001 10001111 0 110000 100111 1000 101011100 1001001 1000110

Color Harmonies of #EA798F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA798F

Black with #EA798F

Text Example


Text Example

White with #EA798F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA798F; }

 p { color: rgb(234,121,143); }

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

background-color css

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

 a { background-color: rgb(234,121,143); }

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

border-color css

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

 span { border-color: rgb(234,121,143); }

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