Html Css Color HEX #ED337A Deep Cerise

📋 copy color: '#ED337A'

red 237 ◦ green 51 ◦ blue 122

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

Shades of Deep Cerise #ED337A

Tints of Deep Cerise #ED337A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.76%

R = 57.8%
G = 12.44%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED337A (or 0xED337A) is known color: Deep Cerise. HEX triplet: ED, 33 and 7A. RGB value is (237,51,122). Sum of RGB (Red+Green+Blue) = 237+51+122=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED337A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED337A is #12CC85. Grayscale: #727272. Windows color (decimal): -1232006 or 8008685. OLE color: 8008685.

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

Color convert

RGB 237 51 122 -
CMYK 0 0.78 0.49 0.07
HSL 337.1º 0.84% 0.56% -
HSV(B) 337.1º 0.78% 0.93% -
XYZ 39.62 21.78 20.53 -
YUV 114.71 132.12 215.23 -
System Red Green Blue C M Y K H S L
Decimal 237 51 122 0 0.78 0.49 0.07 337.1 0.84 0.56
Hex ED 33 7A 0 4E 31 7 151 54 38
Octal 355 63 172 0 116 61 7 521 124 70
Binary 11101101 110011 1111010 0 1001110 110001 111 101010001 1010100 111000

Color Harmonies of #ED337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED337A

Black with #ED337A

Text Example


Text Example

White with #ED337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED337A; }

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

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

background-color css

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

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

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

border-color css

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

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

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