Html Css Color HEX #ED358B Deep Cerise

📋 copy color: '#ED358B'

red 237 ◦ green 53 ◦ blue 139

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

Shades of Deep Cerise #ED358B

Tints of Deep Cerise #ED358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.35%

 BLUE value IS 139 (54.69% from 255) = 32.4%

R = 55.24%
G = 12.35%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED358B (or 0xED358B) is known color: Deep Cerise. HEX triplet: ED, 35 and 8B. RGB value is (237,53,139). Sum of RGB (Red+Green+Blue) = 237+53+139=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED358B is #12CA74. Grayscale: #757575. Windows color (decimal): -1231477 or 9123309. OLE color: 9123309.

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

Color convert

RGB 237 53 139 -
CMYK 0 0.78 0.41 0.07
HSL 331.96º 0.84% 0.57% -
HSV(B) 331.96º 0.78% 0.93% -
XYZ 40.86 22.41 26.6 -
YUV 117.82 139.96 213.01 -
System Red Green Blue C M Y K H S L
Decimal 237 53 139 0 0.78 0.41 0.07 331.96 0.84 0.57
Hex ED 35 8B 0 4E 29 7 14C 54 39
Octal 355 65 213 0 116 51 7 514 124 71
Binary 11101101 110101 10001011 0 1001110 101001 111 101001100 1010100 111001

Color Harmonies of #ED358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED358B

Black with #ED358B

Text Example


Text Example

White with #ED358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED358B; }

 p { color: rgb(237,53,139); }

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

background-color css

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

 a { background-color: rgb(237,53,139); }

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

border-color css

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

 span { border-color: rgb(237,53,139); }

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