Html Css Color HEX #EA306C Cerise

📋 copy color: '#EA306C'

red 234 ◦ green 48 ◦ blue 108

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

Shades of Cerise #EA306C

Tints of Cerise #EA306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.31%

 BLUE value IS 108 (42.58% from 255) = 27.69%

R = 60%
G = 12.31%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA306C (or 0xEA306C) is known color: Cerise. HEX triplet: EA, 30 and 6C. RGB value is (234,48,108). Sum of RGB (Red+Green+Blue) = 234+48+108=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA306C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA306C is #15CF93. Grayscale: #6E6E6E. Windows color (decimal): -1429396 or 7090410. OLE color: 7090410.

HSL color Cylindrical-coordinate representation of color #EA306C: hue angle of 340.65º degrees, saturation: 0.82, 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 #EA306C is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 48 108 -
CMYK 0 0.79 0.54 0.08
HSL 340.65º 0.82% 0.55% -
HSV(B) 340.65º 0.79% 0.92% -
XYZ 37.7 20.69 16.19 -
YUV 110.45 126.62 216.12 -
System Red Green Blue C M Y K H S L
Decimal 234 48 108 0 0.79 0.54 0.08 340.65 0.82 0.55
Hex EA 30 6C 0 4F 36 8 155 52 37
Octal 352 60 154 0 117 66 10 525 122 67
Binary 11101010 110000 1101100 0 1001111 110110 1000 101010101 1010010 110111

Color Harmonies of #EA306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA306C

Black with #EA306C

Text Example


Text Example

White with #EA306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA306C; }

 p { color: rgb(234,48,108); }

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

background-color css

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

 a { background-color: rgb(234,48,108); }

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

border-color css

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

 span { border-color: rgb(234,48,108); }

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