Html Css Color HEX #EF015B Razzmatazz

📋 copy color: '#EF015B'

red 239 ◦ green 1 ◦ blue 91

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

Shades of Razzmatazz #EF015B

Tints of Razzmatazz #EF015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 72.21%
G = 0.3%
B = 27.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF015B (or 0xEF015B) is known color: Razzmatazz. HEX triplet: EF, 01 and 5B. RGB value is (239,1,91). Sum of RGB (Red+Green+Blue) = 239+1+91=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF015B is #10FEA4. Grayscale: #525252. Windows color (decimal): -1113765 or 5964271. OLE color: 5964271.

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

Color convert

RGB 239 1 91 -
CMYK 0 1.00 0.62 0.06
HSL 337.31º 0.99% 0.47% -
HSV(B) 337.31º 1% 0.94% -
XYZ 37.5 19.13 11.61 -
YUV 82.42 132.85 239.68 -
System Red Green Blue C M Y K H S L
Decimal 239 1 91 0 1.00 0.62 0.06 337.31 0.99 0.47
Hex EF 1 5B 0 64 3E 6 151 63 2F
Octal 357 1 133 0 144 76 6 521 143 57
Binary 11101111 1 1011011 0 1100100 111110 110 101010001 1100011 101111

Color Harmonies of #EF015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF015B

Black with #EF015B

Text Example


Text Example

White with #EF015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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