Html Css Color HEX #ED266B Cerise

📋 copy color: '#ED266B'

red 237 ◦ green 38 ◦ blue 107

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

Shades of Cerise #ED266B

Tints of Cerise #ED266B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.95%

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

R = 62.04%
G = 9.95%
B = 28.01%

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

#ED266B (or 0xED266B) is known color: Cerise. HEX triplet: ED, 26 and 6B. RGB value is (237,38,107). Sum of RGB (Red+Green+Blue) = 237+38+107=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED266B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED266B is #12D994. Grayscale: #696969. Windows color (decimal): -1235349 or 7022317. OLE color: 7022317.

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

Color convert

RGB 237 38 107 -
CMYK 0 0.84 0.55 0.07
HSL 339.2º 0.85% 0.54% -
HSV(B) 339.2º 0.84% 0.93% -
XYZ 38.27 20.45 15.84 -
YUV 105.37 128.93 221.89 -
System Red Green Blue C M Y K H S L
Decimal 237 38 107 0 0.84 0.55 0.07 339.2 0.85 0.54
Hex ED 26 6B 0 54 37 7 153 55 36
Octal 355 46 153 0 124 67 7 523 125 66
Binary 11101101 100110 1101011 0 1010100 110111 111 101010011 1010101 110110

Color Harmonies of #ED266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED266B

Black with #ED266B

Text Example


Text Example

White with #ED266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED266B; }

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

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

background-color css

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

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

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

border-color css

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

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

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