Html Css Color HEX #ED258B Deep Cerise

📋 copy color: '#ED258B'

red 237 ◦ green 37 ◦ blue 139

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

Shades of Deep Cerise #ED258B

Tints of Deep Cerise #ED258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 57.38%
G = 8.96%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED258B (or 0xED258B) is known color: Deep Cerise. HEX triplet: ED, 25 and 8B. RGB value is (237,37,139). Sum of RGB (Red+Green+Blue) = 237+37+139=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED258B is #12DA74. Grayscale: #6C6C6C. Windows color (decimal): -1235573 or 9119213. OLE color: 9119213.

HSL color Cylindrical-coordinate representation of color #ED258B: hue angle of 329.4º 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 #ED258B is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 37 139 -
CMYK 0 0.84 0.41 0.07
HSL 329.4º 0.85% 0.54% -
HSV(B) 329.4º 0.84% 0.93% -
XYZ 40.25 21.19 26.4 -
YUV 108.43 145.26 219.71 -
System Red Green Blue C M Y K H S L
Decimal 237 37 139 0 0.84 0.41 0.07 329.4 0.85 0.54
Hex ED 25 8B 0 54 29 7 149 55 36
Octal 355 45 213 0 124 51 7 511 125 66
Binary 11101101 100101 10001011 0 1010100 101001 111 101001001 1010101 110110

Color Harmonies of #ED258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED258B

Black with #ED258B

Text Example


Text Example

White with #ED258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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