Html Css Color HEX #EA3164 Cerise

📋 copy color: '#EA3164'

red 234 ◦ green 49 ◦ blue 100

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

Shades of Cerise #EA3164

Tints of Cerise #EA3164

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.79%

 BLUE value IS 100 (39.45% from 255) = 26.11%

R = 61.1%
G = 12.79%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA3164 (or 0xEA3164) is known color: Cerise. HEX triplet: EA, 31 and 64. RGB value is (234,49,100). Sum of RGB (Red+Green+Blue) = 234+49+100=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3164 is #15CE9B. Grayscale: #6E6E6E. Windows color (decimal): -1429148 or 6566378. OLE color: 6566378.

HSL color Cylindrical-coordinate representation of color #EA3164: hue angle of 343.46º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3164 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 49 100 -
CMYK 0 0.79 0.57 0.08
HSL 343.46º 0.81% 0.55% -
HSV(B) 343.46º 0.79% 0.92% -
XYZ 37.33 20.61 14.07 -
YUV 110.13 122.29 216.35 -
System Red Green Blue C M Y K H S L
Decimal 234 49 100 0 0.79 0.57 0.08 343.46 0.81 0.55
Hex EA 31 64 0 4F 39 8 157 51 37
Octal 352 61 144 0 117 71 10 527 121 67
Binary 11101010 110001 1100100 0 1001111 111001 1000 101010111 1010001 110111

Color Harmonies of #EA3164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3164

Black with #EA3164

Text Example


Text Example

White with #EA3164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3164; }

 p { color: rgb(234,49,100); }

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

background-color css

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

 a { background-color: rgb(234,49,100); }

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

border-color css

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

 span { border-color: rgb(234,49,100); }

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