Html Css Color HEX #E82F94 Deep Cerise

📋 copy color: '#E82F94'

red 232 ◦ green 47 ◦ blue 148

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

Shades of Deep Cerise #E82F94

Tints of Deep Cerise #E82F94

RGB

 RED value IS 232 (91.02% from 255) = 54.33%

 GREEN value IS 47 (18.75% from 255) = 11.01%

 BLUE value IS 148 (58.2% from 255) = 34.66%

R = 54.33%
G = 11.01%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E82F94 (or 0xE82F94) is known color: Deep Cerise. HEX triplet: E8, 2F and 94. RGB value is (232,47,148). Sum of RGB (Red+Green+Blue) = 232+47+148=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82F94 is #17D06B. Grayscale: #717171. Windows color (decimal): -1560684 or 9711592. OLE color: 9711592.

HSL color Cylindrical-coordinate representation of color #E82F94: hue angle of 327.24º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82F94 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 47 148 -
CMYK 0 0.80 0.36 0.09
HSL 327.24º 0.8% 0.55% -
HSV(B) 327.24º 0.8% 0.91% -
XYZ 39.64 21.33 30.04 -
YUV 113.83 147.29 212.29 -
System Red Green Blue C M Y K H S L
Decimal 232 47 148 0 0.80 0.36 0.09 327.24 0.8 0.55
Hex E8 2F 94 0 50 24 9 147 50 37
Octal 350 57 224 0 120 44 11 507 120 67
Binary 11101000 101111 10010100 0 1010000 100100 1001 101000111 1010000 110111

Color Harmonies of #E82F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82F94

Black with #E82F94

Text Example


Text Example

White with #E82F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82F94; }

 p { color: rgb(232,47,148); }

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

background-color css

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

 a { background-color: rgb(232,47,148); }

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

border-color css

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

 span { border-color: rgb(232,47,148); }

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