Html Css Color HEX #EF0655 Razzmatazz

📋 copy color: '#EF0655'

red 239 ◦ green 6 ◦ blue 85

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

Shades of Razzmatazz #EF0655

Tints of Razzmatazz #EF0655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.82%

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

R = 72.42%
G = 1.82%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF0655 (or 0xEF0655) is known color: Razzmatazz. HEX triplet: EF, 06 and 55. RGB value is (239,6,85). Sum of RGB (Red+Green+Blue) = 239+6+85=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0655 is #10F9AA. Grayscale: #545454. Windows color (decimal): -1112491 or 5572335. OLE color: 5572335.

HSL color Cylindrical-coordinate representation of color #EF0655: hue angle of 339.66º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0655 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 6 85 -
CMYK 0 0.97 0.64 0.06
HSL 339.66º 0.95% 0.48% -
HSV(B) 339.66º 0.97% 0.94% -
XYZ 37.3 19.14 10.32 -
YUV 84.67 128.19 238.08 -
System Red Green Blue C M Y K H S L
Decimal 239 6 85 0 0.97 0.64 0.06 339.66 0.95 0.48
Hex EF 6 55 0 61 40 6 154 5F 30
Octal 357 6 125 0 141 100 6 524 137 60
Binary 11101111 110 1010101 0 1100001 1000000 110 101010100 1011111 110000

Color Harmonies of #EF0655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0655

Black with #EF0655

Text Example


Text Example

White with #EF0655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0655; }

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

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

background-color css

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

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

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

border-color css

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

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

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