Html Css Color HEX #ED3265 Cerise

📋 copy color: '#ED3265'

red 237 ◦ green 50 ◦ blue 101

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

Shades of Cerise #ED3265

Tints of Cerise #ED3265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.89%

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

R = 61.08%
G = 12.89%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED3265 (or 0xED3265) is known color: Cerise. HEX triplet: ED, 32 and 65. RGB value is (237,50,101). Sum of RGB (Red+Green+Blue) = 237+50+101=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3265 is #12CD9A. Grayscale: #6F6F6F. Windows color (decimal): -1232283 or 6632173. OLE color: 6632173.

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

Color convert

RGB 237 50 101 -
CMYK 0 0.79 0.57 0.07
HSL 343.64º 0.84% 0.56% -
HSV(B) 343.64º 0.79% 0.93% -
XYZ 38.41 21.23 14.38 -
YUV 111.73 121.95 217.35 -
System Red Green Blue C M Y K H S L
Decimal 237 50 101 0 0.79 0.57 0.07 343.64 0.84 0.56
Hex ED 32 65 0 4F 39 7 158 54 38
Octal 355 62 145 0 117 71 7 530 124 70
Binary 11101101 110010 1100101 0 1001111 111001 111 101011000 1010100 111000

Color Harmonies of #ED3265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3265

Black with #ED3265

Text Example


Text Example

White with #ED3265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3265; }

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

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

background-color css

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

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

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

border-color css

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

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

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