Html Css Color HEX #E70960 Razzmatazz

📋 copy color: '#E70960'

red 231 ◦ green 9 ◦ blue 96

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

Shades of Razzmatazz #E70960

Tints of Razzmatazz #E70960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.68%

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 68.75%
G = 2.68%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E70960 (or 0xE70960) is known color: Razzmatazz. HEX triplet: E7, 09 and 60. RGB value is (231,9,96). Sum of RGB (Red+Green+Blue) = 231+9+96=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E70960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70960 is #18F69F. Grayscale: #555555. Windows color (decimal): -1636000 or 6293991. OLE color: 6293991.

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

Color convert

RGB 231 9 96 -
CMYK 0 0.96 0.58 0.09
HSL 336.49º 0.93% 0.47% -
HSV(B) 336.49º 0.96% 0.91% -
XYZ 35.16 18.03 12.69 -
YUV 85.3 134.05 231.93 -
System Red Green Blue C M Y K H S L
Decimal 231 9 96 0 0.96 0.58 0.09 336.49 0.93 0.47
Hex E7 9 60 0 60 3A 9 150 5C 2F
Octal 347 11 140 0 140 72 11 520 134 57
Binary 11100111 1001 1100000 0 1100000 111010 1001 101010000 1011100 101111

Color Harmonies of #E70960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70960

Black with #E70960

Text Example


Text Example

White with #E70960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70960; }

 p { color: rgb(231,9,96); }

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

background-color css

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

 a { background-color: rgb(231,9,96); }

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

border-color css

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

 span { border-color: rgb(231,9,96); }

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