Html Css Color HEX #EF0055 Razzmatazz

📋 copy color: '#EF0055'

red 239 ◦ green 0 ◦ blue 85

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

Shades of Razzmatazz #EF0055

Tints of Razzmatazz #EF0055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 73.77%
G = 0%
B = 26.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF0055 (or 0xEF0055) is known color: Razzmatazz. HEX triplet: EF, 00 and 55. RGB value is (239,0,85). Sum of RGB (Red+Green+Blue) = 239+0+85=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0055 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0055 is #10FFAA. Grayscale: #515151. Windows color (decimal): -1114027 or 5570799. OLE color: 5570799.

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

Color convert

RGB 239 0 85 -
CMYK 0 1 0.64 0.06
HSL 338.66º 1% 0.47% -
HSV(B) 338.66º 1% 0.94% -
XYZ 37.24 19.01 10.3 -
YUV 81.15 130.18 240.59 -
System Red Green Blue C M Y K H S L
Decimal 239 0 85 0 1 0.64 0.06 338.66 1 0.47
Hex EF 0 55 0 64 40 6 153 64 2F
Octal 357 0 125 0 144 100 6 523 144 57
Binary 11101111 0 1010101 0 1100100 1000000 110 101010011 1100100 101111

Color Harmonies of #EF0055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0055

Black with #EF0055

Text Example


Text Example

White with #EF0055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0055; }

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

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

background-color css

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

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

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

border-color css

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

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

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