Html Css Color HEX #ED2365 Cerise

📋 copy color: '#ED2365'

red 237 ◦ green 35 ◦ blue 101

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

Shades of Cerise #ED2365

Tints of Cerise #ED2365

RGB

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

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

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

R = 63.54%
G = 9.38%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED2365 (or 0xED2365) is known color: Cerise. HEX triplet: ED, 23 and 65. RGB value is (237,35,101). Sum of RGB (Red+Green+Blue) = 237+35+101=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2365 is #12DC9A. Grayscale: #666666. Windows color (decimal): -1236123 or 6628333. OLE color: 6628333.

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

Color convert

RGB 237 35 101 -
CMYK 0 0.85 0.57 0.07
HSL 340.4º 0.85% 0.53% -
HSV(B) 340.4º 0.85% 0.93% -
XYZ 37.88 20.15 14.2 -
YUV 102.92 126.92 223.63 -
System Red Green Blue C M Y K H S L
Decimal 237 35 101 0 0.85 0.57 0.07 340.4 0.85 0.53
Hex ED 23 65 0 55 39 7 154 55 35
Octal 355 43 145 0 125 71 7 524 125 65
Binary 11101101 100011 1100101 0 1010101 111001 111 101010100 1010101 110101

Color Harmonies of #ED2365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2365

Black with #ED2365

Text Example


Text Example

White with #ED2365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2365; }

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

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

background-color css

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

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

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

border-color css

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

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

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