Html Css Color HEX #E70068 Razzmatazz

📋 copy color: '#E70068'

red 231 ◦ green 0 ◦ blue 104

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

Shades of Razzmatazz #E70068

Tints of Razzmatazz #E70068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 68.96%
G = 0%
B = 31.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E70068 (or 0xE70068) is known color: Razzmatazz. HEX triplet: E7, 00 and 68. RGB value is (231,0,104). Sum of RGB (Red+Green+Blue) = 231+0+104=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E70068 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70068 is #18FF97. Grayscale: #505050. Windows color (decimal): -1638296 or 6815975. OLE color: 6815975.

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

Color convert

RGB 231 0 104 -
CMYK 0 1 0.55 0.09
HSL 332.99º 1% 0.45% -
HSV(B) 332.99º 1% 0.91% -
XYZ 35.45 17.99 14.7 -
YUV 80.93 141.03 235.04 -
System Red Green Blue C M Y K H S L
Decimal 231 0 104 0 1 0.55 0.09 332.99 1 0.45
Hex E7 0 68 0 64 37 9 14D 64 2D
Octal 347 0 150 0 144 67 11 515 144 55
Binary 11100111 0 1101000 0 1100100 110111 1001 101001101 1100100 101101

Color Harmonies of #E70068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70068

Black with #E70068

Text Example


Text Example

White with #E70068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70068; }

 p { color: rgb(231,0,104); }

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

background-color css

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

 a { background-color: rgb(231,0,104); }

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

border-color css

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

 span { border-color: rgb(231,0,104); }

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