Html Css Color HEX #ED338E Deep Cerise

📋 copy color: '#ED338E'

red 237 ◦ green 51 ◦ blue 142

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

Shades of Deep Cerise #ED338E

Tints of Deep Cerise #ED338E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 55.12%
G = 11.86%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED338E (or 0xED338E) is known color: Deep Cerise. HEX triplet: ED, 33 and 8E. RGB value is (237,51,142). Sum of RGB (Red+Green+Blue) = 237+51+142=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED338E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED338E is #12CC71. Grayscale: #747474. Windows color (decimal): -1231986 or 9319405. OLE color: 9319405.

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

Color convert

RGB 237 51 142 -
CMYK 0 0.78 0.40 0.07
HSL 330.65º 0.84% 0.56% -
HSV(B) 330.65º 0.78% 0.93% -
XYZ 40.99 22.33 27.74 -
YUV 116.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 237 51 142 0 0.78 0.40 0.07 330.65 0.84 0.56
Hex ED 33 8E 0 4E 28 7 14B 54 38
Octal 355 63 216 0 116 50 7 513 124 70
Binary 11101101 110011 10001110 0 1001110 101000 111 101001011 1010100 111000

Color Harmonies of #ED338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED338E

Black with #ED338E

Text Example


Text Example

White with #ED338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED338E; }

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

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

background-color css

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

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

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

border-color css

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

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

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