Html Css Color HEX #EA7C8C Carissma

📋 copy color: '#EA7C8C'

red 234 ◦ green 124 ◦ blue 140

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

Shades of Carissma #EA7C8C

Tints of Carissma #EA7C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 46.99%
G = 24.9%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA7C8C (or 0xEA7C8C) is known color: Carissma. HEX triplet: EA, 7C and 8C. RGB value is (234,124,140). Sum of RGB (Red+Green+Blue) = 234+124+140=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7C8C is #158373. Grayscale: #9E9E9E. Windows color (decimal): -1409908 or 9207018. OLE color: 9207018.

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

Color convert

RGB 234 124 140 -
CMYK 0 0.47 0.40 0.08
HSL 351.27º 0.72% 0.7% -
HSV(B) 351.27º 0.47% 0.92% -
XYZ 45.87 33.8 28.92 -
YUV 158.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 234 124 140 0 0.47 0.40 0.08 351.27 0.72 0.7
Hex EA 7C 8C 0 2F 28 8 15F 48 46
Octal 352 174 214 0 57 50 10 537 110 106
Binary 11101010 1111100 10001100 0 101111 101000 1000 101011111 1001000 1000110

Color Harmonies of #EA7C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7C8C

Black with #EA7C8C

Text Example


Text Example

White with #EA7C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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