Html Css Color HEX #EF0250 Razzmatazz

📋 copy color: '#EF0250'

red 239 ◦ green 2 ◦ blue 80

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

Shades of Razzmatazz #EF0250

Tints of Razzmatazz #EF0250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 74.45%
G = 0.62%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF0250 (or 0xEF0250) is known color: Razzmatazz. HEX triplet: EF, 02 and 50. RGB value is (239,2,80). Sum of RGB (Red+Green+Blue) = 239+2+80=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0250 is #10FDAF. Grayscale: #515151. Windows color (decimal): -1113520 or 5243631. OLE color: 5243631.

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

Color convert

RGB 239 2 80 -
CMYK 0 0.99 0.67 0.06
HSL 340.25º 0.98% 0.47% -
HSV(B) 340.25º 0.99% 0.94% -
XYZ 37.07 18.97 9.3 -
YUV 81.76 127.02 240.16 -
System Red Green Blue C M Y K H S L
Decimal 239 2 80 0 0.99 0.67 0.06 340.25 0.98 0.47
Hex EF 2 50 0 63 43 6 154 62 2F
Octal 357 2 120 0 143 103 6 524 142 57
Binary 11101111 10 1010000 0 1100011 1000011 110 101010100 1100010 101111

Color Harmonies of #EF0250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0250

Black with #EF0250

Text Example


Text Example

White with #EF0250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0250; }

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

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

background-color css

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

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

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

border-color css

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

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

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