Html Css Color HEX #EA7799 Carissma

📋 copy color: '#EA7799'

red 234 ◦ green 119 ◦ blue 153

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

Shades of Carissma #EA7799

Tints of Carissma #EA7799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.24%

R = 46.25%
G = 23.52%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA7799 (or 0xEA7799) is known color: Carissma. HEX triplet: EA, 77 and 99. RGB value is (234,119,153). Sum of RGB (Red+Green+Blue) = 234+119+153=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7799 is #158866. Grayscale: #9D9D9D. Windows color (decimal): -1411175 or 10057706. OLE color: 10057706.

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

Color convert

RGB 234 119 153 -
CMYK 0 0.49 0.35 0.08
HSL 342.26º 0.73% 0.69% -
HSV(B) 342.26º 0.49% 0.92% -
XYZ 46.28 32.99 34.06 -
YUV 157.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 234 119 153 0 0.49 0.35 0.08 342.26 0.73 0.69
Hex EA 77 99 0 31 23 8 156 49 45
Octal 352 167 231 0 61 43 10 526 111 105
Binary 11101010 1110111 10011001 0 110001 100011 1000 101010110 1001001 1000101

Color Harmonies of #EA7799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7799

Black with #EA7799

Text Example


Text Example

White with #EA7799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7799; }

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

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

background-color css

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

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

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

border-color css

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

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

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