Html Css Color HEX #ED3382 Deep Cerise

📋 copy color: '#ED3382'

red 237 ◦ green 51 ◦ blue 130

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

Shades of Deep Cerise #ED3382

Tints of Deep Cerise #ED3382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.1%

R = 56.7%
G = 12.2%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED3382 (or 0xED3382) is known color: Deep Cerise. HEX triplet: ED, 33 and 82. RGB value is (237,51,130). Sum of RGB (Red+Green+Blue) = 237+51+130=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3382 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3382 is #12CC7D. Grayscale: #737373. Windows color (decimal): -1231998 or 8532973. OLE color: 8532973.

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

Color convert

RGB 237 51 130 -
CMYK 0 0.78 0.45 0.07
HSL 334.52º 0.84% 0.56% -
HSV(B) 334.52º 0.78% 0.93% -
XYZ 40.14 21.98 23.25 -
YUV 115.62 136.12 214.58 -
System Red Green Blue C M Y K H S L
Decimal 237 51 130 0 0.78 0.45 0.07 334.52 0.84 0.56
Hex ED 33 82 0 4E 2D 7 14F 54 38
Octal 355 63 202 0 116 55 7 517 124 70
Binary 11101101 110011 10000010 0 1001110 101101 111 101001111 1010100 111000

Color Harmonies of #ED3382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3382

Black with #ED3382

Text Example


Text Example

White with #ED3382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3382; }

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

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

background-color css

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

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

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

border-color css

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

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

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