Html Css Color HEX #ED358A Deep Cerise

📋 copy color: '#ED358A'

red 237 ◦ green 53 ◦ blue 138

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

Shades of Deep Cerise #ED358A

Tints of Deep Cerise #ED358A

RGB

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

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

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

R = 55.37%
G = 12.38%
B = 32.24%

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

#ED358A (or 0xED358A) is known color: Deep Cerise. HEX triplet: ED, 35 and 8A. RGB value is (237,53,138). Sum of RGB (Red+Green+Blue) = 237+53+138=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED358A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED358A is #12CA75. Grayscale: #757575. Windows color (decimal): -1231478 or 9057773. OLE color: 9057773.

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

Color convert

RGB 237 53 138 -
CMYK 0 0.78 0.42 0.07
HSL 332.28º 0.84% 0.57% -
HSV(B) 332.28º 0.78% 0.93% -
XYZ 40.79 22.39 26.22 -
YUV 117.71 139.46 213.09 -
System Red Green Blue C M Y K H S L
Decimal 237 53 138 0 0.78 0.42 0.07 332.28 0.84 0.57
Hex ED 35 8A 0 4E 2A 7 14C 54 39
Octal 355 65 212 0 116 52 7 514 124 71
Binary 11101101 110101 10001010 0 1001110 101010 111 101001100 1010100 111001

Color Harmonies of #ED358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED358A

Black with #ED358A

Text Example


Text Example

White with #ED358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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