Html Css Color HEX #ED2368 Cerise

📋 copy color: '#ED2368'

red 237 ◦ green 35 ◦ blue 104

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

Shades of Cerise #ED2368

Tints of Cerise #ED2368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 63.03%
G = 9.31%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED2368 (or 0xED2368) is known color: Cerise. HEX triplet: ED, 23 and 68. RGB value is (237,35,104). Sum of RGB (Red+Green+Blue) = 237+35+104=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2368 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2368 is #12DC97. Grayscale: #676767. Windows color (decimal): -1236120 or 6824941. OLE color: 6824941.

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

Color convert

RGB 237 35 104 -
CMYK 0 0.85 0.56 0.07
HSL 339.5º 0.85% 0.53% -
HSV(B) 339.5º 0.85% 0.93% -
XYZ 38.02 20.21 14.99 -
YUV 103.26 128.42 223.39 -
System Red Green Blue C M Y K H S L
Decimal 237 35 104 0 0.85 0.56 0.07 339.5 0.85 0.53
Hex ED 23 68 0 55 38 7 154 55 35
Octal 355 43 150 0 125 70 7 524 125 65
Binary 11101101 100011 1101000 0 1010101 111000 111 101010100 1010101 110101

Color Harmonies of #ED2368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2368

Black with #ED2368

Text Example


Text Example

White with #ED2368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2368; }

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

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

background-color css

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

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

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

border-color css

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

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

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