Html Css Color HEX #ED276F Cerise

📋 copy color: '#ED276F'

red 237 ◦ green 39 ◦ blue 111

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

Shades of Cerise #ED276F

Tints of Cerise #ED276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.68%

R = 61.24%
G = 10.08%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED276F (or 0xED276F) is known color: Cerise. HEX triplet: ED, 27 and 6F. RGB value is (237,39,111). Sum of RGB (Red+Green+Blue) = 237+39+111=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED276F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED276F is #12D890. Grayscale: #6A6A6A. Windows color (decimal): -1235089 or 7284717. OLE color: 7284717.

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

Color convert

RGB 237 39 111 -
CMYK 0 0.84 0.53 0.07
HSL 338.18º 0.85% 0.54% -
HSV(B) 338.18º 0.84% 0.93% -
XYZ 38.52 20.6 16.99 -
YUV 106.41 130.6 221.15 -
System Red Green Blue C M Y K H S L
Decimal 237 39 111 0 0.84 0.53 0.07 338.18 0.85 0.54
Hex ED 27 6F 0 54 35 7 152 55 36
Octal 355 47 157 0 124 65 7 522 125 66
Binary 11101101 100111 1101111 0 1010100 110101 111 101010010 1010101 110110

Color Harmonies of #ED276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED276F

Black with #ED276F

Text Example


Text Example

White with #ED276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED276F; }

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

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

background-color css

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

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

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

border-color css

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

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

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