Html Css Color HEX #ED275F Cerise

📋 copy color: '#ED275F'

red 237 ◦ green 39 ◦ blue 95

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

Shades of Cerise #ED275F

Tints of Cerise #ED275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.61%

R = 63.88%
G = 10.51%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED275F (or 0xED275F) is known color: Cerise. HEX triplet: ED, 27 and 5F. RGB value is (237,39,95). Sum of RGB (Red+Green+Blue) = 237+39+95=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED275F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED275F is #12D8A0. Grayscale: #686868. Windows color (decimal): -1235105 or 6236141. OLE color: 6236141.

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

Color convert

RGB 237 39 95 -
CMYK 0 0.84 0.60 0.07
HSL 343.03º 0.85% 0.54% -
HSV(B) 343.03º 0.84% 0.93% -
XYZ 37.72 20.28 12.75 -
YUV 104.59 122.6 222.45 -
System Red Green Blue C M Y K H S L
Decimal 237 39 95 0 0.84 0.60 0.07 343.03 0.85 0.54
Hex ED 27 5F 0 54 3C 7 157 55 36
Octal 355 47 137 0 124 74 7 527 125 66
Binary 11101101 100111 1011111 0 1010100 111100 111 101010111 1010101 110110

Color Harmonies of #ED275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED275F

Black with #ED275F

Text Example


Text Example

White with #ED275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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