Html Css Color HEX #ED3765 Cerise

📋 copy color: '#ED3765'

red 237 ◦ green 55 ◦ blue 101

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

Shades of Cerise #ED3765

Tints of Cerise #ED3765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.99%

 BLUE value IS 101 (39.84% from 255) = 25.7%

R = 60.31%
G = 13.99%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED3765 (or 0xED3765) is known color: Cerise. HEX triplet: ED, 37 and 65. RGB value is (237,55,101). Sum of RGB (Red+Green+Blue) = 237+55+101=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3765 is #12C89A. Grayscale: #727272. Windows color (decimal): -1231003 or 6633453. OLE color: 6633453.

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

Color convert

RGB 237 55 101 -
CMYK 0 0.77 0.57 0.07
HSL 344.84º 0.83% 0.57% -
HSV(B) 344.84º 0.77% 0.93% -
XYZ 38.64 21.68 14.46 -
YUV 114.66 120.3 215.26 -
System Red Green Blue C M Y K H S L
Decimal 237 55 101 0 0.77 0.57 0.07 344.84 0.83 0.57
Hex ED 37 65 0 4D 39 7 159 53 39
Octal 355 67 145 0 115 71 7 531 123 71
Binary 11101101 110111 1100101 0 1001101 111001 111 101011001 1010011 111001

Color Harmonies of #ED3765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3765

Black with #ED3765

Text Example


Text Example

White with #ED3765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3765; }

 p { color: rgb(237,55,101); }

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

background-color css

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

 a { background-color: rgb(237,55,101); }

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

border-color css

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

 span { border-color: rgb(237,55,101); }

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