Html Css Color HEX #ED2768 Cerise

📋 copy color: '#ED2768'

red 237 ◦ green 39 ◦ blue 104

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

Shades of Cerise #ED2768

Tints of Cerise #ED2768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.26%

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

R = 62.37%
G = 10.26%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED2768 (or 0xED2768) is known color: Cerise. HEX triplet: ED, 27 and 68. RGB value is (237,39,104). Sum of RGB (Red+Green+Blue) = 237+39+104=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2768 is #12D897. Grayscale: #696969. Windows color (decimal): -1235096 or 6825965. OLE color: 6825965.

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

Color convert

RGB 237 39 104 -
CMYK 0 0.84 0.56 0.07
HSL 340.3º 0.85% 0.54% -
HSV(B) 340.3º 0.84% 0.93% -
XYZ 38.15 20.46 15.03 -
YUV 105.61 127.1 221.71 -
System Red Green Blue C M Y K H S L
Decimal 237 39 104 0 0.84 0.56 0.07 340.3 0.85 0.54
Hex ED 27 68 0 54 38 7 154 55 36
Octal 355 47 150 0 124 70 7 524 125 66
Binary 11101101 100111 1101000 0 1010100 111000 111 101010100 1010101 110110

Color Harmonies of #ED2768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2768

Black with #ED2768

Text Example


Text Example

White with #ED2768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2768; }

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

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

background-color css

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

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

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

border-color css

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

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

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