Html Css Color HEX #EA368F Deep Cerise

📋 copy color: '#EA368F'

red 234 ◦ green 54 ◦ blue 143

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

Shades of Deep Cerise #EA368F

Tints of Deep Cerise #EA368F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.53%

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 54.29%
G = 12.53%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA368F (or 0xEA368F) is known color: Deep Cerise. HEX triplet: EA, 36 and 8F. RGB value is (234,54,143). Sum of RGB (Red+Green+Blue) = 234+54+143=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA368F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA368F is #15C970. Grayscale: #757575. Windows color (decimal): -1427825 or 9385706. OLE color: 9385706.

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

Color convert

RGB 234 54 143 -
CMYK 0 0.77 0.39 0.08
HSL 330.33º 0.81% 0.56% -
HSV(B) 330.33º 0.77% 0.92% -
XYZ 40.21 22.11 28.14 -
YUV 117.97 142.13 210.76 -
System Red Green Blue C M Y K H S L
Decimal 234 54 143 0 0.77 0.39 0.08 330.33 0.81 0.56
Hex EA 36 8F 0 4D 27 8 14A 51 38
Octal 352 66 217 0 115 47 10 512 121 70
Binary 11101010 110110 10001111 0 1001101 100111 1000 101001010 1010001 111000

Color Harmonies of #EA368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA368F

Black with #EA368F

Text Example


Text Example

White with #EA368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA368F; }

 p { color: rgb(234,54,143); }

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

background-color css

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

 a { background-color: rgb(234,54,143); }

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

border-color css

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

 span { border-color: rgb(234,54,143); }

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