Html Css Color HEX #E7006C Razzmatazz

📋 copy color: '#E7006C'

red 231 ◦ green 0 ◦ blue 108

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

Shades of Razzmatazz #E7006C

Tints of Razzmatazz #E7006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 68.14%
G = 0%
B = 31.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E7006C (or 0xE7006C) is known color: Razzmatazz. HEX triplet: E7, 00 and 6C. RGB value is (231,0,108). Sum of RGB (Red+Green+Blue) = 231+0+108=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E7006C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7006C is #18FF93. Grayscale: #515151. Windows color (decimal): -1638292 or 7078119. OLE color: 7078119.

HSL color Cylindrical-coordinate representation of color #E7006C: hue angle of 331.95º 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 #E7006C is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 0 108 -
CMYK 0 1 0.53 0.09
HSL 331.95º 1% 0.45% -
HSV(B) 331.95º 1% 0.91% -
XYZ 35.66 18.07 15.8 -
YUV 81.38 143.03 234.72 -
System Red Green Blue C M Y K H S L
Decimal 231 0 108 0 1 0.53 0.09 331.95 1 0.45
Hex E7 0 6C 0 64 35 9 14C 64 2D
Octal 347 0 154 0 144 65 11 514 144 55
Binary 11100111 0 1101100 0 1100100 110101 1001 101001100 1100100 101101

Color Harmonies of #E7006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7006C

Black with #E7006C

Text Example


Text Example

White with #E7006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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