Html Css Color HEX #E02685 Deep Cerise

📋 copy color: '#E02685'

red 224 ◦ green 38 ◦ blue 133

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

Shades of Deep Cerise #E02685

Tints of Deep Cerise #E02685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 56.71%
G = 9.62%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E02685 (or 0xE02685) is known color: Deep Cerise. HEX triplet: E0, 26 and 85. RGB value is (224,38,133). Sum of RGB (Red+Green+Blue) = 224+38+133=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E02685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02685 is #1FD97A. Grayscale: #686868. Windows color (decimal): -2087291 or 8726240. OLE color: 8726240.

HSL color Cylindrical-coordinate representation of color #E02685: hue angle of 329.35º 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 #E02685 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 38 133 -
CMYK 0 0.83 0.41 0.12
HSL 329.35º 0.75% 0.51% -
HSV(B) 329.35º 0.83% 0.88% -
XYZ 35.67 18.93 23.96 -
YUV 104.44 144.12 213.28 -
System Red Green Blue C M Y K H S L
Decimal 224 38 133 0 0.83 0.41 0.12 329.35 0.75 0.51
Hex E0 26 85 0 53 29 C 149 4B 33
Octal 340 46 205 0 123 51 14 511 113 63
Binary 11100000 100110 10000101 0 1010011 101001 1100 101001001 1001011 110011

Color Harmonies of #E02685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02685

Black with #E02685

Text Example


Text Example

White with #E02685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02685; }

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

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

background-color css

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

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

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

border-color css

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

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

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