Html Css Color HEX #ED3288 Deep Cerise

📋 copy color: '#ED3288'

red 237 ◦ green 50 ◦ blue 136

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

Shades of Deep Cerise #ED3288

Tints of Deep Cerise #ED3288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.82%

 BLUE value IS 136 (53.52% from 255) = 32.15%

R = 56.03%
G = 11.82%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED3288 (or 0xED3288) is known color: Deep Cerise. HEX triplet: ED, 32 and 88. RGB value is (237,50,136). Sum of RGB (Red+Green+Blue) = 237+50+136=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3288 is #12CD77. Grayscale: #737373. Windows color (decimal): -1232248 or 8925933. OLE color: 8925933.

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

Color convert

RGB 237 50 136 -
CMYK 0 0.79 0.43 0.07
HSL 332.41º 0.84% 0.56% -
HSV(B) 332.41º 0.79% 0.93% -
XYZ 40.51 22.06 25.42 -
YUV 115.72 139.45 214.51 -
System Red Green Blue C M Y K H S L
Decimal 237 50 136 0 0.79 0.43 0.07 332.41 0.84 0.56
Hex ED 32 88 0 4F 2B 7 14C 54 38
Octal 355 62 210 0 117 53 7 514 124 70
Binary 11101101 110010 10001000 0 1001111 101011 111 101001100 1010100 111000

Color Harmonies of #ED3288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3288

Black with #ED3288

Text Example


Text Example

White with #ED3288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3288; }

 p { color: rgb(237,50,136); }

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

background-color css

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

 a { background-color: rgb(237,50,136); }

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

border-color css

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

 span { border-color: rgb(237,50,136); }

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