Html Css Color HEX #E0269A Deep Cerise

📋 copy color: '#E0269A'

red 224 ◦ green 38 ◦ blue 154

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

Shades of Deep Cerise #E0269A

Tints of Deep Cerise #E0269A

RGB

 RED value IS 224 (87.89% from 255) = 53.85%

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

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 53.85%
G = 9.13%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0269A (or 0xE0269A) is known color: Deep Cerise. HEX triplet: E0, 26 and 9A. RGB value is (224,38,154). Sum of RGB (Red+Green+Blue) = 224+38+154=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0269A is #1FD965. Grayscale: #6A6A6A. Windows color (decimal): -2087270 or 10102496. OLE color: 10102496.

HSL color Cylindrical-coordinate representation of color #E0269A: hue angle of 322.58º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0269A is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 38 154 -
CMYK 0 0.83 0.31 0.12
HSL 322.58º 0.75% 0.51% -
HSV(B) 322.58º 0.83% 0.88% -
XYZ 37.27 19.57 32.38 -
YUV 106.84 154.62 211.57 -
System Red Green Blue C M Y K H S L
Decimal 224 38 154 0 0.83 0.31 0.12 322.58 0.75 0.51
Hex E0 26 9A 0 53 1F C 143 4B 33
Octal 340 46 232 0 123 37 14 503 113 63
Binary 11100000 100110 10011010 0 1010011 11111 1100 101000011 1001011 110011

Color Harmonies of #E0269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0269A

Black with #E0269A

Text Example


Text Example

White with #E0269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0269A; }

 p { color: rgb(224,38,154); }

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

background-color css

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

 a { background-color: rgb(224,38,154); }

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

border-color css

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

 span { border-color: rgb(224,38,154); }

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