Html Css Color HEX #ED276B Cerise

📋 copy color: '#ED276B'

red 237 ◦ green 39 ◦ blue 107

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

Shades of Cerise #ED276B

Tints of Cerise #ED276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 61.88%
G = 10.18%
B = 27.94%

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

#ED276B (or 0xED276B) is known color: Cerise. HEX triplet: ED, 27 and 6B. RGB value is (237,39,107). Sum of RGB (Red+Green+Blue) = 237+39+107=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED276B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED276B is #12D894. Grayscale: #696969. Windows color (decimal): -1235093 or 7022573. OLE color: 7022573.

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

Color convert

RGB 237 39 107 -
CMYK 0 0.84 0.55 0.07
HSL 339.39º 0.85% 0.54% -
HSV(B) 339.39º 0.84% 0.93% -
XYZ 38.3 20.52 15.85 -
YUV 105.95 128.6 221.47 -
System Red Green Blue C M Y K H S L
Decimal 237 39 107 0 0.84 0.55 0.07 339.39 0.85 0.54
Hex ED 27 6B 0 54 37 7 153 55 36
Octal 355 47 153 0 124 67 7 523 125 66
Binary 11101101 100111 1101011 0 1010100 110111 111 101010011 1010101 110110

Color Harmonies of #ED276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED276B

Black with #ED276B

Text Example


Text Example

White with #ED276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED276B; }

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

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

background-color css

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

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

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

border-color css

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

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

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