Html Css Color HEX #EA7D99 Carissma

📋 copy color: '#EA7D99'

red 234 ◦ green 125 ◦ blue 153

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

Shades of Carissma #EA7D99

Tints of Carissma #EA7D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.41%

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

R = 45.7%
G = 24.41%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA7D99 (or 0xEA7D99) is known color: Carissma. HEX triplet: EA, 7D and 99. RGB value is (234,125,153). Sum of RGB (Red+Green+Blue) = 234+125+153=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7D99 is #158266. Grayscale: #A0A0A0. Windows color (decimal): -1409639 or 10059242. OLE color: 10059242.

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

Color convert

RGB 234 125 153 -
CMYK 0 0.47 0.35 0.08
HSL 344.59º 0.72% 0.7% -
HSV(B) 344.59º 0.47% 0.92% -
XYZ 47.02 34.46 34.31 -
YUV 160.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 234 125 153 0 0.47 0.35 0.08 344.59 0.72 0.7
Hex EA 7D 99 0 2F 23 8 159 48 46
Octal 352 175 231 0 57 43 10 531 110 106
Binary 11101010 1111101 10011001 0 101111 100011 1000 101011001 1001000 1000110

Color Harmonies of #EA7D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7D99

Black with #EA7D99

Text Example


Text Example

White with #EA7D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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