Html Css Color HEX #EF0378 Razzmatazz

📋 copy color: '#EF0378'

red 239 ◦ green 3 ◦ blue 120

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

Shades of Razzmatazz #EF0378

Tints of Razzmatazz #EF0378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.15%

R = 66.02%
G = 0.83%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF0378 (or 0xEF0378) is known color: Razzmatazz. HEX triplet: EF, 03 and 78. RGB value is (239,3,120). Sum of RGB (Red+Green+Blue) = 239+3+120=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0378 is #10FC87. Grayscale: #565656. Windows color (decimal): -1113224 or 7865327. OLE color: 7865327.

HSL color Cylindrical-coordinate representation of color #EF0378: hue angle of 330.25º 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 #EF0378 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 3 120 -
CMYK 0 0.99 0.50 0.06
HSL 330.25º 0.98% 0.47% -
HSV(B) 330.25º 0.99% 0.94% -
XYZ 39.02 19.77 19.53 -
YUV 86.9 146.69 236.49 -
System Red Green Blue C M Y K H S L
Decimal 239 3 120 0 0.99 0.50 0.06 330.25 0.98 0.47
Hex EF 3 78 0 63 32 6 14A 62 2F
Octal 357 3 170 0 143 62 6 512 142 57
Binary 11101111 11 1111000 0 1100011 110010 110 101001010 1100010 101111

Color Harmonies of #EF0378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0378

Black with #EF0378

Text Example


Text Example

White with #EF0378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0378; }

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

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

background-color css

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

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

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

border-color css

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

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

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