Html Css Color HEX #EF005B Razzmatazz

📋 copy color: '#EF005B'

red 239 ◦ green 0 ◦ blue 91

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

Shades of Razzmatazz #EF005B

Tints of Razzmatazz #EF005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 72.42%
G = 0%
B = 27.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF005B (or 0xEF005B) is known color: Razzmatazz. HEX triplet: EF, 00 and 5B. RGB value is (239,0,91). Sum of RGB (Red+Green+Blue) = 239+0+91=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF005B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF005B is #10FFA4. Grayscale: #515151. Windows color (decimal): -1114021 or 5964015. OLE color: 5964015.

HSL color Cylindrical-coordinate representation of color #EF005B: hue angle of 337.15º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF005B is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 91 -
CMYK 0 1 0.62 0.06
HSL 337.15º 1% 0.47% -
HSV(B) 337.15º 1% 0.94% -
XYZ 37.48 19.11 11.61 -
YUV 81.84 133.18 240.1 -
System Red Green Blue C M Y K H S L
Decimal 239 0 91 0 1 0.62 0.06 337.15 1 0.47
Hex EF 0 5B 0 64 3E 6 151 64 2F
Octal 357 0 133 0 144 76 6 521 144 57
Binary 11101111 0 1011011 0 1100100 111110 110 101010001 1100100 101111

Color Harmonies of #EF005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF005B

Black with #EF005B

Text Example


Text Example

White with #EF005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF005B; }

 p { color: rgb(239,0,91); }

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

background-color css

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

 a { background-color: rgb(239,0,91); }

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

border-color css

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

 span { border-color: rgb(239,0,91); }

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