Html Css Color HEX #ED338A Deep Cerise

📋 copy color: '#ED338A'

red 237 ◦ green 51 ◦ blue 138

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

Shades of Deep Cerise #ED338A

Tints of Deep Cerise #ED338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 55.63%
G = 11.97%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED338A (or 0xED338A) is known color: Deep Cerise. HEX triplet: ED, 33 and 8A. RGB value is (237,51,138). Sum of RGB (Red+Green+Blue) = 237+51+138=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED338A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED338A is #12CC75. Grayscale: #747474. Windows color (decimal): -1231990 or 9057261. OLE color: 9057261.

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

Color convert

RGB 237 51 138 -
CMYK 0 0.78 0.42 0.07
HSL 331.94º 0.84% 0.56% -
HSV(B) 331.94º 0.78% 0.93% -
XYZ 40.7 22.21 26.19 -
YUV 116.53 140.12 213.93 -
System Red Green Blue C M Y K H S L
Decimal 237 51 138 0 0.78 0.42 0.07 331.94 0.84 0.56
Hex ED 33 8A 0 4E 2A 7 14C 54 38
Octal 355 63 212 0 116 52 7 514 124 70
Binary 11101101 110011 10001010 0 1001110 101010 111 101001100 1010100 111000

Color Harmonies of #ED338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED338A

Black with #ED338A

Text Example


Text Example

White with #ED338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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