Html Css Color HEX #E6066C Razzmatazz

📋 copy color: '#E6066C'

red 230 ◦ green 6 ◦ blue 108

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

Shades of Razzmatazz #E6066C

Tints of Razzmatazz #E6066C

RGB

 RED value IS 230 (90.23% from 255) = 66.86%

 GREEN value IS 6 (2.73% from 255) = 1.74%

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

R = 66.86%
G = 1.74%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6066C (or 0xE6066C) is known color: Razzmatazz. HEX triplet: E6, 06 and 6C. RGB value is (230,6,108). Sum of RGB (Red+Green+Blue) = 230+6+108=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6066C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6066C is #19F993. Grayscale: #545454. Windows color (decimal): -1702292 or 7079654. OLE color: 7079654.

HSL color Cylindrical-coordinate representation of color #E6066C: hue angle of 332.68º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6066C is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 6 108 -
CMYK 0 0.97 0.53 0.10
HSL 332.68º 0.95% 0.46% -
HSV(B) 332.68º 0.97% 0.9% -
XYZ 35.41 18.04 15.8 -
YUV 84.6 141.21 231.71 -
System Red Green Blue C M Y K H S L
Decimal 230 6 108 0 0.97 0.53 0.10 332.68 0.95 0.46
Hex E6 6 6C 0 61 35 A 14D 5F 2E
Octal 346 6 154 0 141 65 12 515 137 56
Binary 11100110 110 1101100 0 1100001 110101 1010 101001101 1011111 101110

Color Harmonies of #E6066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6066C

Black with #E6066C

Text Example


Text Example

White with #E6066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6066C; }

 p { color: rgb(230,6,108); }

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

background-color css

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

 a { background-color: rgb(230,6,108); }

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

border-color css

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

 span { border-color: rgb(230,6,108); }

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