Html Css Color HEX #ED258A Deep Cerise

📋 copy color: '#ED258A'

red 237 ◦ green 37 ◦ blue 138

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

Shades of Deep Cerise #ED258A

Tints of Deep Cerise #ED258A

RGB

 RED value IS 237 (92.97% from 255) = 57.52%

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

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 57.52%
G = 8.98%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED258A (or 0xED258A) is known color: Deep Cerise. HEX triplet: ED, 25 and 8A. RGB value is (237,37,138). Sum of RGB (Red+Green+Blue) = 237+37+138=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED258A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED258A is #12DA75. Grayscale: #6C6C6C. Windows color (decimal): -1235574 or 9053677. OLE color: 9053677.

HSL color Cylindrical-coordinate representation of color #ED258A: hue angle of 329.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED258A is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 37 138 -
CMYK 0 0.84 0.42 0.07
HSL 329.7º 0.85% 0.54% -
HSV(B) 329.7º 0.84% 0.93% -
XYZ 40.17 21.16 26.01 -
YUV 108.31 144.76 219.79 -
System Red Green Blue C M Y K H S L
Decimal 237 37 138 0 0.84 0.42 0.07 329.7 0.85 0.54
Hex ED 25 8A 0 54 2A 7 14A 55 36
Octal 355 45 212 0 124 52 7 512 125 66
Binary 11101101 100101 10001010 0 1010100 101010 111 101001010 1010101 110110

Color Harmonies of #ED258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED258A

Black with #ED258A

Text Example


Text Example

White with #ED258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED258A; }

 p { color: rgb(237,37,138); }

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

background-color css

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

 a { background-color: rgb(237,37,138); }

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

border-color css

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

 span { border-color: rgb(237,37,138); }

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