Html Css Color HEX #ED2F63 Cerise

📋 copy color: '#ED2F63'

red 237 ◦ green 47 ◦ blue 99

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

Shades of Cerise #ED2F63

Tints of Cerise #ED2F63

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.27%

 BLUE value IS 99 (39.06% from 255) = 25.85%

R = 61.88%
G = 12.27%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED2F63 (or 0xED2F63) is known color: Cerise. HEX triplet: ED, 2F and 63. RGB value is (237,47,99). Sum of RGB (Red+Green+Blue) = 237+47+99=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2F63 is #12D09C. Grayscale: #6D6D6D. Windows color (decimal): -1233053 or 6500333. OLE color: 6500333.

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

Color convert

RGB 237 47 99 -
CMYK 0 0.80 0.58 0.07
HSL 343.58º 0.84% 0.56% -
HSV(B) 343.58º 0.8% 0.93% -
XYZ 38.19 20.94 13.83 -
YUV 109.74 121.95 218.77 -
System Red Green Blue C M Y K H S L
Decimal 237 47 99 0 0.80 0.58 0.07 343.58 0.84 0.56
Hex ED 2F 63 0 50 3A 7 158 54 38
Octal 355 57 143 0 120 72 7 530 124 70
Binary 11101101 101111 1100011 0 1010000 111010 111 101011000 1010100 111000

Color Harmonies of #ED2F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2F63

Black with #ED2F63

Text Example


Text Example

White with #ED2F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2F63; }

 p { color: rgb(237,47,99); }

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

background-color css

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

 a { background-color: rgb(237,47,99); }

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

border-color css

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

 span { border-color: rgb(237,47,99); }

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