Html Css Color HEX #ED267C Deep Cerise

📋 copy color: '#ED267C'

red 237 ◦ green 38 ◦ blue 124

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

Shades of Deep Cerise #ED267C

Tints of Deep Cerise #ED267C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 59.4%
G = 9.52%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED267C (or 0xED267C) is known color: Deep Cerise. HEX triplet: ED, 26 and 7C. RGB value is (237,38,124). Sum of RGB (Red+Green+Blue) = 237+38+124=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED267C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED267C is #12D983. Grayscale: #6B6B6B. Windows color (decimal): -1235332 or 8136429. OLE color: 8136429.

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

Color convert

RGB 237 38 124 -
CMYK 0 0.84 0.48 0.07
HSL 334.07º 0.85% 0.54% -
HSV(B) 334.07º 0.84% 0.93% -
XYZ 39.26 20.85 21.02 -
YUV 107.31 137.43 220.51 -
System Red Green Blue C M Y K H S L
Decimal 237 38 124 0 0.84 0.48 0.07 334.07 0.85 0.54
Hex ED 26 7C 0 54 30 7 14E 55 36
Octal 355 46 174 0 124 60 7 516 125 66
Binary 11101101 100110 1111100 0 1010100 110000 111 101001110 1010101 110110

Color Harmonies of #ED267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED267C

Black with #ED267C

Text Example


Text Example

White with #ED267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED267C; }

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

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

background-color css

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

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

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

border-color css

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

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

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