Html Css Color HEX #EA258F Deep Cerise

📋 copy color: '#EA258F'

red 234 ◦ green 37 ◦ blue 143

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

Shades of Deep Cerise #EA258F

Tints of Deep Cerise #EA258F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.94%

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

R = 56.52%
G = 8.94%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA258F (or 0xEA258F) is known color: Deep Cerise. HEX triplet: EA, 25 and 8F. RGB value is (234,37,143). Sum of RGB (Red+Green+Blue) = 234+37+143=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA258F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA258F is #15DA70. Grayscale: #6B6B6B. Windows color (decimal): -1432177 or 9381354. OLE color: 9381354.

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

Color convert

RGB 234 37 143 -
CMYK 0 0.84 0.39 0.08
HSL 327.72º 0.82% 0.53% -
HSV(B) 327.72º 0.84% 0.92% -
XYZ 39.55 20.8 27.92 -
YUV 107.99 147.77 217.88 -
System Red Green Blue C M Y K H S L
Decimal 234 37 143 0 0.84 0.39 0.08 327.72 0.82 0.53
Hex EA 25 8F 0 54 27 8 148 52 35
Octal 352 45 217 0 124 47 10 510 122 65
Binary 11101010 100101 10001111 0 1010100 100111 1000 101001000 1010010 110101

Color Harmonies of #EA258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA258F

Black with #EA258F

Text Example


Text Example

White with #EA258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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