Html Css Color HEX #ED236C Cerise

📋 copy color: '#ED236C'

red 237 ◦ green 35 ◦ blue 108

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

Shades of Cerise #ED236C

Tints of Cerise #ED236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.42%

R = 62.37%
G = 9.21%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED236C (or 0xED236C) is known color: Cerise. HEX triplet: ED, 23 and 6C. RGB value is (237,35,108). Sum of RGB (Red+Green+Blue) = 237+35+108=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED236C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED236C is #12DC93. Grayscale: #676767. Windows color (decimal): -1236116 or 7087085. OLE color: 7087085.

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

Color convert

RGB 237 35 108 -
CMYK 0 0.85 0.54 0.07
HSL 338.32º 0.85% 0.53% -
HSV(B) 338.32º 0.85% 0.93% -
XYZ 38.23 20.29 16.09 -
YUV 103.72 130.42 223.06 -
System Red Green Blue C M Y K H S L
Decimal 237 35 108 0 0.85 0.54 0.07 338.32 0.85 0.53
Hex ED 23 6C 0 55 36 7 152 55 35
Octal 355 43 154 0 125 66 7 522 125 65
Binary 11101101 100011 1101100 0 1010101 110110 111 101010010 1010101 110101

Color Harmonies of #ED236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED236C

Black with #ED236C

Text Example


Text Example

White with #ED236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED236C; }

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

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

background-color css

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

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

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

border-color css

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

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

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