Html Css Color HEX #EC066E Razzmatazz

📋 copy color: '#EC066E'

red 236 ◦ green 6 ◦ blue 110

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

Shades of Razzmatazz #EC066E

Tints of Razzmatazz #EC066E

RGB

 RED value IS 236 (92.58% from 255) = 67.05%

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

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 67.05%
G = 1.7%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC066E (or 0xEC066E) is known color: Razzmatazz. HEX triplet: EC, 06 and 6E. RGB value is (236,6,110). Sum of RGB (Red+Green+Blue) = 236+6+110=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC066E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC066E is #13F991. Grayscale: #565656. Windows color (decimal): -1309074 or 7210732. OLE color: 7210732.

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

Color convert

RGB 236 6 110 -
CMYK 0 0.97 0.53 0.07
HSL 332.87º 0.95% 0.47% -
HSV(B) 332.87º 0.97% 0.93% -
XYZ 37.47 19.09 16.46 -
YUV 86.63 141.2 234.54 -
System Red Green Blue C M Y K H S L
Decimal 236 6 110 0 0.97 0.53 0.07 332.87 0.95 0.47
Hex EC 6 6E 0 61 35 7 14D 5F 2F
Octal 354 6 156 0 141 65 7 515 137 57
Binary 11101100 110 1101110 0 1100001 110101 111 101001101 1011111 101111

Color Harmonies of #EC066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC066E

Black with #EC066E

Text Example


Text Example

White with #EC066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC066E; }

 p { color: rgb(236,6,110); }

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

background-color css

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

 a { background-color: rgb(236,6,110); }

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

border-color css

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

 span { border-color: rgb(236,6,110); }

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