Html Css Color HEX #EA7C92 Carissma

📋 copy color: '#EA7C92'

red 234 ◦ green 124 ◦ blue 146

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

Shades of Carissma #EA7C92

Tints of Carissma #EA7C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.97%

R = 46.43%
G = 24.6%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA7C92 (or 0xEA7C92) is known color: Carissma. HEX triplet: EA, 7C and 92. RGB value is (234,124,146). Sum of RGB (Red+Green+Blue) = 234+124+146=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7C92 is #15836D. Grayscale: #9F9F9F. Windows color (decimal): -1409902 or 9600234. OLE color: 9600234.

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

Color convert

RGB 234 124 146 -
CMYK 0 0.47 0.38 0.08
HSL 348º 0.72% 0.7% -
HSV(B) 348º 0.47% 0.92% -
XYZ 46.33 33.98 31.31 -
YUV 159.4 120.44 181.21 -
System Red Green Blue C M Y K H S L
Decimal 234 124 146 0 0.47 0.38 0.08 348 0.72 0.7
Hex EA 7C 92 0 2F 26 8 15C 48 46
Octal 352 174 222 0 57 46 10 534 110 106
Binary 11101010 1111100 10010010 0 101111 100110 1000 101011100 1001000 1000110

Color Harmonies of #EA7C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7C92

Black with #EA7C92

Text Example


Text Example

White with #EA7C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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