Html Css Color HEX #EA7C97 Carissma

📋 copy color: '#EA7C97'

red 234 ◦ green 124 ◦ blue 151

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

Shades of Carissma #EA7C97

Tints of Carissma #EA7C97

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.36%

 BLUE value IS 151 (59.38% from 255) = 29.67%

R = 45.97%
G = 24.36%
B = 29.67%

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

#EA7C97 (or 0xEA7C97) is known color: Carissma. HEX triplet: EA, 7C and 97. RGB value is (234,124,151). Sum of RGB (Red+Green+Blue) = 234+124+151=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7C97 is #158368. Grayscale: #9F9F9F. Windows color (decimal): -1409897 or 9927914. OLE color: 9927914.

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

Color convert

RGB 234 124 151 -
CMYK 0 0.47 0.35 0.08
HSL 345.27º 0.72% 0.7% -
HSV(B) 345.27º 0.47% 0.92% -
XYZ 46.73 34.14 33.41 -
YUV 159.97 122.94 180.8 -
System Red Green Blue C M Y K H S L
Decimal 234 124 151 0 0.47 0.35 0.08 345.27 0.72 0.7
Hex EA 7C 97 0 2F 23 8 159 48 46
Octal 352 174 227 0 57 43 10 531 110 106
Binary 11101010 1111100 10010111 0 101111 100011 1000 101011001 1001000 1000110

Color Harmonies of #EA7C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7C97

Black with #EA7C97

Text Example


Text Example

White with #EA7C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7C97; }

 p { color: rgb(234,124,151); }

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

background-color css

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

 a { background-color: rgb(234,124,151); }

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

border-color css

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

 span { border-color: rgb(234,124,151); }

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