Html Css Color HEX #EF0465 Razzmatazz

📋 copy color: '#EF0465'

red 239 ◦ green 4 ◦ blue 101

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

Shades of Razzmatazz #EF0465

Tints of Razzmatazz #EF0465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.36%

R = 69.48%
G = 1.16%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF0465 (or 0xEF0465) is known color: Razzmatazz. HEX triplet: EF, 04 and 65. RGB value is (239,4,101). Sum of RGB (Red+Green+Blue) = 239+4+101=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0465 is #10FB9A. Grayscale: #555555. Windows color (decimal): -1112987 or 6620399. OLE color: 6620399.

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

Color convert

RGB 239 4 101 -
CMYK 0 0.98 0.58 0.06
HSL 335.23º 0.97% 0.48% -
HSV(B) 335.23º 0.98% 0.94% -
XYZ 37.99 19.38 14.05 -
YUV 85.32 136.86 237.61 -
System Red Green Blue C M Y K H S L
Decimal 239 4 101 0 0.98 0.58 0.06 335.23 0.97 0.48
Hex EF 4 65 0 62 3A 6 14F 61 30
Octal 357 4 145 0 142 72 6 517 141 60
Binary 11101111 100 1100101 0 1100010 111010 110 101001111 1100001 110000

Color Harmonies of #EF0465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0465

Black with #EF0465

Text Example


Text Example

White with #EF0465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0465; }

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

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

background-color css

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

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

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

border-color css

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

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

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