Html Css Color HEX #EA7C8E Carissma

📋 copy color: '#EA7C8E'

red 234 ◦ green 124 ◦ blue 142

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

Shades of Carissma #EA7C8E

Tints of Carissma #EA7C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 46.8%
G = 24.8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA7C8E (or 0xEA7C8E) is known color: Carissma. HEX triplet: EA, 7C and 8E. RGB value is (234,124,142). Sum of RGB (Red+Green+Blue) = 234+124+142=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7C8E is #158371. Grayscale: #9E9E9E. Windows color (decimal): -1409906 or 9338090. OLE color: 9338090.

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

Color convert

RGB 234 124 142 -
CMYK 0 0.47 0.39 0.08
HSL 350.18º 0.72% 0.7% -
HSV(B) 350.18º 0.47% 0.92% -
XYZ 46.02 33.86 29.7 -
YUV 158.94 118.44 181.54 -
System Red Green Blue C M Y K H S L
Decimal 234 124 142 0 0.47 0.39 0.08 350.18 0.72 0.7
Hex EA 7C 8E 0 2F 27 8 15E 48 46
Octal 352 174 216 0 57 47 10 536 110 106
Binary 11101010 1111100 10001110 0 101111 100111 1000 101011110 1001000 1000110

Color Harmonies of #EA7C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7C8E

Black with #EA7C8E

Text Example


Text Example

White with #EA7C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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