Html Css Color HEX #ED337D Deep Cerise

📋 copy color: '#ED337D'

red 237 ◦ green 51 ◦ blue 125

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

Shades of Deep Cerise #ED337D

Tints of Deep Cerise #ED337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.35%

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 57.38%
G = 12.35%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED337D (or 0xED337D) is known color: Deep Cerise. HEX triplet: ED, 33 and 7D. RGB value is (237,51,125). Sum of RGB (Red+Green+Blue) = 237+51+125=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED337D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED337D is #12CC82. Grayscale: #727272. Windows color (decimal): -1232003 or 8205293. OLE color: 8205293.

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

Color convert

RGB 237 51 125 -
CMYK 0 0.78 0.47 0.07
HSL 336.13º 0.84% 0.56% -
HSV(B) 336.13º 0.78% 0.93% -
XYZ 39.81 21.85 21.52 -
YUV 115.05 133.62 214.98 -
System Red Green Blue C M Y K H S L
Decimal 237 51 125 0 0.78 0.47 0.07 336.13 0.84 0.56
Hex ED 33 7D 0 4E 2F 7 150 54 38
Octal 355 63 175 0 116 57 7 520 124 70
Binary 11101101 110011 1111101 0 1001110 101111 111 101010000 1010100 111000

Color Harmonies of #ED337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED337D

Black with #ED337D

Text Example


Text Example

White with #ED337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED337D; }

 p { color: rgb(237,51,125); }

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

background-color css

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

 a { background-color: rgb(237,51,125); }

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

border-color css

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

 span { border-color: rgb(237,51,125); }

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