Html Css Color HEX #ED267D Deep Cerise

📋 copy color: '#ED267D'

red 237 ◦ green 38 ◦ blue 125

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

Shades of Deep Cerise #ED267D

Tints of Deep Cerise #ED267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 59.25%
G = 9.5%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED267D (or 0xED267D) is known color: Deep Cerise. HEX triplet: ED, 26 and 7D. RGB value is (237,38,125). Sum of RGB (Red+Green+Blue) = 237+38+125=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED267D is #12D982. Grayscale: #6B6B6B. Windows color (decimal): -1235331 or 8201965. OLE color: 8201965.

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

Color convert

RGB 237 38 125 -
CMYK 0 0.84 0.47 0.07
HSL 333.77º 0.85% 0.54% -
HSV(B) 333.77º 0.84% 0.93% -
XYZ 39.32 20.87 21.36 -
YUV 107.42 137.93 220.43 -
System Red Green Blue C M Y K H S L
Decimal 237 38 125 0 0.84 0.47 0.07 333.77 0.85 0.54
Hex ED 26 7D 0 54 2F 7 14E 55 36
Octal 355 46 175 0 124 57 7 516 125 66
Binary 11101101 100110 1111101 0 1010100 101111 111 101001110 1010101 110110

Color Harmonies of #ED267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED267D

Black with #ED267D

Text Example


Text Example

White with #ED267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED267D; }

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

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

background-color css

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

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

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

border-color css

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

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

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