Html Css Color HEX #EF0251 Razzmatazz

📋 copy color: '#EF0251'

red 239 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #EF0251

Tints of Razzmatazz #EF0251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.16%

R = 74.22%
G = 0.62%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF0251 (or 0xEF0251) is known color: Razzmatazz. HEX triplet: EF, 02 and 51. RGB value is (239,2,81). Sum of RGB (Red+Green+Blue) = 239+2+81=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0251 is #10FDAE. Grayscale: #515151. Windows color (decimal): -1113519 or 5309167. OLE color: 5309167.

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

Color convert

RGB 239 2 81 -
CMYK 0 0.99 0.66 0.06
HSL 340º 0.98% 0.47% -
HSV(B) 340º 0.99% 0.94% -
XYZ 37.1 18.99 9.49 -
YUV 81.87 127.52 240.08 -
System Red Green Blue C M Y K H S L
Decimal 239 2 81 0 0.99 0.66 0.06 340 0.98 0.47
Hex EF 2 51 0 63 42 6 154 62 2F
Octal 357 2 121 0 143 102 6 524 142 57
Binary 11101111 10 1010001 0 1100011 1000010 110 101010100 1100010 101111

Color Harmonies of #EF0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0251

Black with #EF0251

Text Example


Text Example

White with #EF0251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0251; }

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

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

background-color css

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

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

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

border-color css

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

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

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