Html Css Color HEX #EF0468 Razzmatazz

📋 copy color: '#EF0468'

red 239 ◦ green 4 ◦ blue 104

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

Shades of Razzmatazz #EF0468

Tints of Razzmatazz #EF0468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 68.88%
G = 1.15%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF0468 (or 0xEF0468) is known color: Razzmatazz. HEX triplet: EF, 04 and 68. RGB value is (239,4,104). Sum of RGB (Red+Green+Blue) = 239+4+104=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0468 is #10FB97. Grayscale: #555555. Windows color (decimal): -1112984 or 6817007. OLE color: 6817007.

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

Color convert

RGB 239 4 104 -
CMYK 0 0.98 0.56 0.06
HSL 334.47º 0.97% 0.48% -
HSV(B) 334.47º 0.98% 0.94% -
XYZ 38.14 19.44 14.84 -
YUV 85.67 138.36 237.37 -
System Red Green Blue C M Y K H S L
Decimal 239 4 104 0 0.98 0.56 0.06 334.47 0.97 0.48
Hex EF 4 68 0 62 38 6 14E 61 30
Octal 357 4 150 0 142 70 6 516 141 60
Binary 11101111 100 1101000 0 1100010 111000 110 101001110 1100001 110000

Color Harmonies of #EF0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0468

Black with #EF0468

Text Example


Text Example

White with #EF0468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0468; }

 p { color: rgb(239,4,104); }

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

background-color css

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

 a { background-color: rgb(239,4,104); }

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

border-color css

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

 span { border-color: rgb(239,4,104); }

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