Html Css Color HEX #E70271 Razzmatazz

📋 copy color: '#E70271'

red 231 ◦ green 2 ◦ blue 113

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

Shades of Razzmatazz #E70271

Tints of Razzmatazz #E70271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 66.76%
G = 0.58%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E70271 (or 0xE70271) is known color: Razzmatazz. HEX triplet: E7, 02 and 71. RGB value is (231,2,113). Sum of RGB (Red+Green+Blue) = 231+2+113=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E70271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70271 is #18FD8E. Grayscale: #525252. Windows color (decimal): -1637775 or 7406311. OLE color: 7406311.

HSL color Cylindrical-coordinate representation of color #E70271: hue angle of 330.92º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70271 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 2 113 -
CMYK 0 0.99 0.51 0.09
HSL 330.92º 0.98% 0.46% -
HSV(B) 330.92º 0.99% 0.91% -
XYZ 35.96 18.22 17.25 -
YUV 83.13 144.87 233.47 -
System Red Green Blue C M Y K H S L
Decimal 231 2 113 0 0.99 0.51 0.09 330.92 0.98 0.46
Hex E7 2 71 0 63 33 9 14B 62 2E
Octal 347 2 161 0 143 63 11 513 142 56
Binary 11100111 10 1110001 0 1100011 110011 1001 101001011 1100010 101110

Color Harmonies of #E70271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70271

Black with #E70271

Text Example


Text Example

White with #E70271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70271; }

 p { color: rgb(231,2,113); }

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

background-color css

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

 a { background-color: rgb(231,2,113); }

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

border-color css

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

 span { border-color: rgb(231,2,113); }

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