Html Css Color HEX #E70174 Razzmatazz

📋 copy color: '#E70174'

red 231 ◦ green 1 ◦ blue 116

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

Shades of Razzmatazz #E70174

Tints of Razzmatazz #E70174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 66.38%
G = 0.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E70174 (or 0xE70174) is known color: Razzmatazz. HEX triplet: E7, 01 and 74. RGB value is (231,1,116). Sum of RGB (Red+Green+Blue) = 231+1+116=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E70174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70174 is #18FE8B. Grayscale: #525252. Windows color (decimal): -1638028 or 7602663. OLE color: 7602663.

HSL color Cylindrical-coordinate representation of color #E70174: hue angle of 330º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70174 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 1 116 -
CMYK 0 1.00 0.50 0.09
HSL 330º 0.99% 0.45% -
HSV(B) 330º 1% 0.91% -
XYZ 36.12 18.27 18.15 -
YUV 82.88 146.7 233.65 -
System Red Green Blue C M Y K H S L
Decimal 231 1 116 0 1.00 0.50 0.09 330 0.99 0.45
Hex E7 1 74 0 64 32 9 14A 63 2D
Octal 347 1 164 0 144 62 11 512 143 55
Binary 11100111 1 1110100 0 1100100 110010 1001 101001010 1100011 101101

Color Harmonies of #E70174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70174

Black with #E70174

Text Example


Text Example

White with #E70174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70174; }

 p { color: rgb(231,1,116); }

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

background-color css

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

 a { background-color: rgb(231,1,116); }

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

border-color css

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

 span { border-color: rgb(231,1,116); }

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