Html Css Color HEX #EA3068 Cerise

📋 copy color: '#EA3068'

red 234 ◦ green 48 ◦ blue 104

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

Shades of Cerise #EA3068

Tints of Cerise #EA3068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.94%

R = 60.62%
G = 12.44%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA3068 (or 0xEA3068) is known color: Cerise. HEX triplet: EA, 30 and 68. RGB value is (234,48,104). Sum of RGB (Red+Green+Blue) = 234+48+104=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3068 is #15CF97. Grayscale: #6D6D6D. Windows color (decimal): -1429400 or 6828266. OLE color: 6828266.

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

Color convert

RGB 234 48 104 -
CMYK 0 0.79 0.56 0.08
HSL 341.94º 0.82% 0.55% -
HSV(B) 341.94º 0.79% 0.92% -
XYZ 37.49 20.61 15.1 -
YUV 110 124.62 216.45 -
System Red Green Blue C M Y K H S L
Decimal 234 48 104 0 0.79 0.56 0.08 341.94 0.82 0.55
Hex EA 30 68 0 4F 38 8 156 52 37
Octal 352 60 150 0 117 70 10 526 122 67
Binary 11101010 110000 1101000 0 1001111 111000 1000 101010110 1010010 110111

Color Harmonies of #EA3068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3068

Black with #EA3068

Text Example


Text Example

White with #EA3068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3068; }

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

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

background-color css

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

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

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

border-color css

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

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

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