Html Css Color HEX #ED268F Deep Cerise

📋 copy color: '#ED268F'

red 237 ◦ green 38 ◦ blue 143

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

Shades of Deep Cerise #ED268F

Tints of Deep Cerise #ED268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.21%

R = 56.7%
G = 9.09%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED268F (or 0xED268F) is known color: Deep Cerise. HEX triplet: ED, 26 and 8F. RGB value is (237,38,143). Sum of RGB (Red+Green+Blue) = 237+38+143=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED268F is #12D970. Grayscale: #6D6D6D. Windows color (decimal): -1235313 or 9381613. OLE color: 9381613.

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

Color convert

RGB 237 38 143 -
CMYK 0 0.84 0.40 0.07
HSL 328.34º 0.85% 0.54% -
HSV(B) 328.34º 0.84% 0.93% -
XYZ 40.58 21.37 27.97 -
YUV 109.47 146.93 218.96 -
System Red Green Blue C M Y K H S L
Decimal 237 38 143 0 0.84 0.40 0.07 328.34 0.85 0.54
Hex ED 26 8F 0 54 28 7 148 55 36
Octal 355 46 217 0 124 50 7 510 125 66
Binary 11101101 100110 10001111 0 1010100 101000 111 101001000 1010101 110110

Color Harmonies of #ED268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED268F

Black with #ED268F

Text Example


Text Example

White with #ED268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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