Html Css Color HEX #E82F7D Deep Cerise

📋 copy color: '#E82F7D'

red 232 ◦ green 47 ◦ blue 125

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

Shades of Deep Cerise #E82F7D

Tints of Deep Cerise #E82F7D

RGB

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

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

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

R = 57.43%
G = 11.63%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E82F7D (or 0xE82F7D) is known color: Deep Cerise. HEX triplet: E8, 2F and 7D. RGB value is (232,47,125). Sum of RGB (Red+Green+Blue) = 232+47+125=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82F7D is #17D082. Grayscale: #6F6F6F. Windows color (decimal): -1560707 or 8204264. OLE color: 8204264.

HSL color Cylindrical-coordinate representation of color #E82F7D: hue angle of 334.7º 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 #E82F7D is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 47 125 -
CMYK 0 0.80 0.46 0.09
HSL 334.7º 0.8% 0.55% -
HSV(B) 334.7º 0.8% 0.91% -
XYZ 38 20.67 21.39 -
YUV 111.21 135.79 214.16 -
System Red Green Blue C M Y K H S L
Decimal 232 47 125 0 0.80 0.46 0.09 334.7 0.8 0.55
Hex E8 2F 7D 0 50 2E 9 14F 50 37
Octal 350 57 175 0 120 56 11 517 120 67
Binary 11101000 101111 1111101 0 1010000 101110 1001 101001111 1010000 110111

Color Harmonies of #E82F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82F7D

Black with #E82F7D

Text Example


Text Example

White with #E82F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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