Html Css Color HEX #ED2968 Cerise

📋 copy color: '#ED2968'

red 237 ◦ green 41 ◦ blue 104

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

Shades of Cerise #ED2968

Tints of Cerise #ED2968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.73%

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 62.04%
G = 10.73%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED2968 (or 0xED2968) is known color: Cerise. HEX triplet: ED, 29 and 68. RGB value is (237,41,104). Sum of RGB (Red+Green+Blue) = 237+41+104=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2968 is #12D697. Grayscale: #6A6A6A. Windows color (decimal): -1234584 or 6826477. OLE color: 6826477.

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

Color convert

RGB 237 41 104 -
CMYK 0 0.83 0.56 0.07
HSL 340.71º 0.84% 0.55% -
HSV(B) 340.71º 0.83% 0.93% -
XYZ 38.22 20.59 15.06 -
YUV 106.79 126.43 220.88 -
System Red Green Blue C M Y K H S L
Decimal 237 41 104 0 0.83 0.56 0.07 340.71 0.84 0.55
Hex ED 29 68 0 53 38 7 155 54 37
Octal 355 51 150 0 123 70 7 525 124 67
Binary 11101101 101001 1101000 0 1010011 111000 111 101010101 1010100 110111

Color Harmonies of #ED2968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2968

Black with #ED2968

Text Example


Text Example

White with #ED2968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2968; }

 p { color: rgb(237,41,104); }

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

background-color css

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

 a { background-color: rgb(237,41,104); }

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

border-color css

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

 span { border-color: rgb(237,41,104); }

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