Html Css Color HEX #EF016E Razzmatazz

📋 copy color: '#EF016E'

red 239 ◦ green 1 ◦ blue 110

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

Shades of Razzmatazz #EF016E

Tints of Razzmatazz #EF016E

RGB

 RED value IS 239 (93.75% from 255) = 68.29%

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 68.29%
G = 0.29%
B = 31.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF016E (or 0xEF016E) is known color: Razzmatazz. HEX triplet: EF, 01 and 6E. RGB value is (239,1,110). Sum of RGB (Red+Green+Blue) = 239+1+110=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF016E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF016E is #10FE91. Grayscale: #545454. Windows color (decimal): -1113746 or 7209455. OLE color: 7209455.

HSL color Cylindrical-coordinate representation of color #EF016E: hue angle of 332.52º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF016E is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 110 -
CMYK 0 1.00 0.54 0.06
HSL 332.52º 0.99% 0.47% -
HSV(B) 332.52º 1% 0.94% -
XYZ 38.42 19.5 16.49 -
YUV 84.59 142.35 238.14 -
System Red Green Blue C M Y K H S L
Decimal 239 1 110 0 1.00 0.54 0.06 332.52 0.99 0.47
Hex EF 1 6E 0 64 36 6 14D 63 2F
Octal 357 1 156 0 144 66 6 515 143 57
Binary 11101111 1 1101110 0 1100100 110110 110 101001101 1100011 101111

Color Harmonies of #EF016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF016E

Black with #EF016E

Text Example


Text Example

White with #EF016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF016E; }

 p { color: rgb(239,1,110); }

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

background-color css

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

 a { background-color: rgb(239,1,110); }

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

border-color css

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

 span { border-color: rgb(239,1,110); }

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