Html Css Color HEX #ED276A Cerise

📋 copy color: '#ED276A'

red 237 ◦ green 39 ◦ blue 106

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

Shades of Cerise #ED276A

Tints of Cerise #ED276A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 62.04%
G = 10.21%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED276A (or 0xED276A) is known color: Cerise. HEX triplet: ED, 27 and 6A. RGB value is (237,39,106). Sum of RGB (Red+Green+Blue) = 237+39+106=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED276A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED276A is #12D895. Grayscale: #696969. Windows color (decimal): -1235094 or 6957037. OLE color: 6957037.

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

Color convert

RGB 237 39 106 -
CMYK 0 0.84 0.55 0.07
HSL 339.7º 0.85% 0.54% -
HSV(B) 339.7º 0.84% 0.93% -
XYZ 38.25 20.5 15.58 -
YUV 105.84 128.1 221.55 -
System Red Green Blue C M Y K H S L
Decimal 237 39 106 0 0.84 0.55 0.07 339.7 0.85 0.54
Hex ED 27 6A 0 54 37 7 154 55 36
Octal 355 47 152 0 124 67 7 524 125 66
Binary 11101101 100111 1101010 0 1010100 110111 111 101010100 1010101 110110

Color Harmonies of #ED276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED276A

Black with #ED276A

Text Example


Text Example

White with #ED276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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