Html Css Color HEX #ED266C Cerise

📋 copy color: '#ED266C'

red 237 ◦ green 38 ◦ blue 108

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

Shades of Cerise #ED266C

Tints of Cerise #ED266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 61.88%
G = 9.92%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED266C (or 0xED266C) is known color: Cerise. HEX triplet: ED, 26 and 6C. RGB value is (237,38,108). Sum of RGB (Red+Green+Blue) = 237+38+108=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED266C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED266C is #12D993. Grayscale: #696969. Windows color (decimal): -1235348 or 7087853. OLE color: 7087853.

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

Color convert

RGB 237 38 108 -
CMYK 0 0.84 0.54 0.07
HSL 338.89º 0.85% 0.54% -
HSV(B) 338.89º 0.84% 0.93% -
XYZ 38.32 20.47 16.12 -
YUV 105.48 129.43 221.81 -
System Red Green Blue C M Y K H S L
Decimal 237 38 108 0 0.84 0.54 0.07 338.89 0.85 0.54
Hex ED 26 6C 0 54 36 7 153 55 36
Octal 355 46 154 0 124 66 7 523 125 66
Binary 11101101 100110 1101100 0 1010100 110110 111 101010011 1010101 110110

Color Harmonies of #ED266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED266C

Black with #ED266C

Text Example


Text Example

White with #ED266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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