Html Css Color HEX #EA3264 Cerise

📋 copy color: '#EA3264'

red 234 ◦ green 50 ◦ blue 100

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

Shades of Cerise #EA3264

Tints of Cerise #EA3264

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.02%

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

R = 60.94%
G = 13.02%
B = 26.04%

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

#EA3264 (or 0xEA3264) is known color: Cerise. HEX triplet: EA, 32 and 64. RGB value is (234,50,100). Sum of RGB (Red+Green+Blue) = 234+50+100=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3264 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3264 is #15CD9B. Grayscale: #6E6E6E. Windows color (decimal): -1428892 or 6566634. OLE color: 6566634.

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

Color convert

RGB 234 50 100 -
CMYK 0 0.79 0.57 0.08
HSL 343.7º 0.81% 0.56% -
HSV(B) 343.7º 0.79% 0.92% -
XYZ 37.37 20.69 14.08 -
YUV 110.72 121.96 215.93 -
System Red Green Blue C M Y K H S L
Decimal 234 50 100 0 0.79 0.57 0.08 343.7 0.81 0.56
Hex EA 32 64 0 4F 39 8 158 51 38
Octal 352 62 144 0 117 71 10 530 121 70
Binary 11101010 110010 1100100 0 1001111 111001 1000 101011000 1010001 111000

Color Harmonies of #EA3264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3264

Black with #EA3264

Text Example


Text Example

White with #EA3264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3264; }

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

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

background-color css

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

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

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

border-color css

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

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

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