Html Css Color HEX #E71052 Razzmatazz

📋 copy color: '#E71052'

red 231 ◦ green 16 ◦ blue 82

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

Shades of Razzmatazz #E71052

Tints of Razzmatazz #E71052

RGB

 RED value IS 231 (90.63% from 255) = 70.21%

 GREEN value IS 16 (6.64% from 255) = 4.86%

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 70.21%
G = 4.86%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E71052 (or 0xE71052) is known color: Razzmatazz. HEX triplet: E7, 10 and 52. RGB value is (231,16,82). Sum of RGB (Red+Green+Blue) = 231+16+82=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E71052 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71052 is #18EFAD. Grayscale: #575757. Windows color (decimal): -1634222 or 5378279. OLE color: 5378279.

HSL color Cylindrical-coordinate representation of color #E71052: hue angle of 341.58º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71052 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 16 82 -
CMYK 0 0.93 0.65 0.09
HSL 341.58º 0.87% 0.48% -
HSV(B) 341.58º 0.93% 0.91% -
XYZ 34.66 17.97 9.62 -
YUV 87.81 124.73 230.13 -
System Red Green Blue C M Y K H S L
Decimal 231 16 82 0 0.93 0.65 0.09 341.58 0.87 0.48
Hex E7 10 52 0 5D 41 9 156 57 30
Octal 347 20 122 0 135 101 11 526 127 60
Binary 11100111 10000 1010010 0 1011101 1000001 1001 101010110 1010111 110000

Color Harmonies of #E71052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71052

Black with #E71052

Text Example


Text Example

White with #E71052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71052; }

 p { color: rgb(231,16,82); }

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

background-color css

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

 a { background-color: rgb(231,16,82); }

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

border-color css

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

 span { border-color: rgb(231,16,82); }

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