Html Css Color HEX #ED268A Deep Cerise

📋 copy color: '#ED268A'

red 237 ◦ green 38 ◦ blue 138

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

Shades of Deep Cerise #ED268A

Tints of Deep Cerise #ED268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 57.38%
G = 9.2%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED268A (or 0xED268A) is known color: Deep Cerise. HEX triplet: ED, 26 and 8A. RGB value is (237,38,138). Sum of RGB (Red+Green+Blue) = 237+38+138=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED268A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED268A is #12D975. Grayscale: #6C6C6C. Windows color (decimal): -1235318 or 9053933. OLE color: 9053933.

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

Color convert

RGB 237 38 138 -
CMYK 0 0.84 0.42 0.07
HSL 329.85º 0.85% 0.54% -
HSV(B) 329.85º 0.84% 0.93% -
XYZ 40.21 21.23 26.02 -
YUV 108.9 144.43 219.37 -
System Red Green Blue C M Y K H S L
Decimal 237 38 138 0 0.84 0.42 0.07 329.85 0.85 0.54
Hex ED 26 8A 0 54 2A 7 14A 55 36
Octal 355 46 212 0 124 52 7 512 125 66
Binary 11101101 100110 10001010 0 1010100 101010 111 101001010 1010101 110110

Color Harmonies of #ED268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED268A

Black with #ED268A

Text Example


Text Example

White with #ED268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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