Html Css Color HEX #EF0265 Razzmatazz

📋 copy color: '#EF0265'

red 239 ◦ green 2 ◦ blue 101

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

Shades of Razzmatazz #EF0265

Tints of Razzmatazz #EF0265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 69.88%
G = 0.58%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF0265 (or 0xEF0265) is known color: Razzmatazz. HEX triplet: EF, 02 and 65. RGB value is (239,2,101). Sum of RGB (Red+Green+Blue) = 239+2+101=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0265 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0265 is #10FD9A. Grayscale: #535353. Windows color (decimal): -1113499 or 6619887. OLE color: 6619887.

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

Color convert

RGB 239 2 101 -
CMYK 0 0.99 0.58 0.06
HSL 334.94º 0.98% 0.47% -
HSV(B) 334.94º 0.99% 0.94% -
XYZ 37.97 19.33 14.04 -
YUV 84.15 137.52 238.45 -
System Red Green Blue C M Y K H S L
Decimal 239 2 101 0 0.99 0.58 0.06 334.94 0.98 0.47
Hex EF 2 65 0 63 3A 6 14F 62 2F
Octal 357 2 145 0 143 72 6 517 142 57
Binary 11101111 10 1100101 0 1100011 111010 110 101001111 1100010 101111

Color Harmonies of #EF0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0265

Black with #EF0265

Text Example


Text Example

White with #EF0265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0265; }

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

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

background-color css

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

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

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

border-color css

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

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

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