Html Css Color HEX #ED3864 Cerise

📋 copy color: '#ED3864'

red 237 ◦ green 56 ◦ blue 100

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

Shades of Cerise #ED3864

Tints of Cerise #ED3864

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.25%

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 60.31%
G = 14.25%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED3864 (or 0xED3864) is known color: Cerise. HEX triplet: ED, 38 and 64. RGB value is (237,56,100). Sum of RGB (Red+Green+Blue) = 237+56+100=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3864 is #12C79B. Grayscale: #737373. Windows color (decimal): -1230748 or 6568173. OLE color: 6568173.

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

Color convert

RGB 237 56 100 -
CMYK 0 0.76 0.58 0.07
HSL 345.41º 0.83% 0.57% -
HSV(B) 345.41º 0.76% 0.93% -
XYZ 38.64 21.75 14.22 -
YUV 115.14 119.47 214.92 -
System Red Green Blue C M Y K H S L
Decimal 237 56 100 0 0.76 0.58 0.07 345.41 0.83 0.57
Hex ED 38 64 0 4C 3A 7 159 53 39
Octal 355 70 144 0 114 72 7 531 123 71
Binary 11101101 111000 1100100 0 1001100 111010 111 101011001 1010011 111001

Color Harmonies of #ED3864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3864

Black with #ED3864

Text Example


Text Example

White with #ED3864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3864; }

 p { color: rgb(237,56,100); }

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

background-color css

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

 a { background-color: rgb(237,56,100); }

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

border-color css

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

 span { border-color: rgb(237,56,100); }

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