Html Css Color HEX #EF0374 Razzmatazz

📋 copy color: '#EF0374'

red 239 ◦ green 3 ◦ blue 116

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

Shades of Razzmatazz #EF0374

Tints of Razzmatazz #EF0374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 66.76%
G = 0.84%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF0374 (or 0xEF0374) is known color: Razzmatazz. HEX triplet: EF, 03 and 74. RGB value is (239,3,116). Sum of RGB (Red+Green+Blue) = 239+3+116=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0374 is #10FC8B. Grayscale: #565656. Windows color (decimal): -1113228 or 7603183. OLE color: 7603183.

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

Color convert

RGB 239 3 116 -
CMYK 0 0.99 0.51 0.06
HSL 331.27º 0.98% 0.47% -
HSV(B) 331.27º 0.99% 0.94% -
XYZ 38.78 19.68 18.28 -
YUV 86.45 144.69 236.81 -
System Red Green Blue C M Y K H S L
Decimal 239 3 116 0 0.99 0.51 0.06 331.27 0.98 0.47
Hex EF 3 74 0 63 33 6 14B 62 2F
Octal 357 3 164 0 143 63 6 513 142 57
Binary 11101111 11 1110100 0 1100011 110011 110 101001011 1100010 101111

Color Harmonies of #EF0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0374

Black with #EF0374

Text Example


Text Example

White with #EF0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0374; }

 p { color: rgb(239,3,116); }

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

background-color css

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

 a { background-color: rgb(239,3,116); }

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

border-color css

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

 span { border-color: rgb(239,3,116); }

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