Html Css Color HEX #ED236A Cerise

📋 copy color: '#ED236A'

red 237 ◦ green 35 ◦ blue 106

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

Shades of Cerise #ED236A

Tints of Cerise #ED236A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.26%

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 62.7%
G = 9.26%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED236A (or 0xED236A) is known color: Cerise. HEX triplet: ED, 23 and 6A. RGB value is (237,35,106). Sum of RGB (Red+Green+Blue) = 237+35+106=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED236A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED236A is #12DC95. Grayscale: #676767. Windows color (decimal): -1236118 or 6956013. OLE color: 6956013.

HSL color Cylindrical-coordinate representation of color #ED236A: hue angle of 338.91º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED236A is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 35 106 -
CMYK 0 0.85 0.55 0.07
HSL 338.91º 0.85% 0.53% -
HSV(B) 338.91º 0.85% 0.93% -
XYZ 38.13 20.25 15.53 -
YUV 103.49 129.42 223.23 -
System Red Green Blue C M Y K H S L
Decimal 237 35 106 0 0.85 0.55 0.07 338.91 0.85 0.53
Hex ED 23 6A 0 55 37 7 153 55 35
Octal 355 43 152 0 125 67 7 523 125 65
Binary 11101101 100011 1101010 0 1010101 110111 111 101010011 1010101 110101

Color Harmonies of #ED236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED236A

Black with #ED236A

Text Example


Text Example

White with #ED236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED236A; }

 p { color: rgb(237,35,106); }

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

background-color css

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

 a { background-color: rgb(237,35,106); }

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

border-color css

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

 span { border-color: rgb(237,35,106); }

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