Html Css Color HEX #EF0852 Razzmatazz

📋 copy color: '#EF0852'

red 239 ◦ green 8 ◦ blue 82

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

Shades of Razzmatazz #EF0852

Tints of Razzmatazz #EF0852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.43%

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 72.64%
G = 2.43%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF0852 (or 0xEF0852) is known color: Razzmatazz. HEX triplet: EF, 08 and 52. RGB value is (239,8,82). Sum of RGB (Red+Green+Blue) = 239+8+82=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0852 is #10F7AD. Grayscale: #555555. Windows color (decimal): -1111982 or 5376239. OLE color: 5376239.

HSL color Cylindrical-coordinate representation of color #EF0852: hue angle of 340.78º degrees, saturation: 0.94, 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 #EF0852 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 8 82 -
CMYK 0 0.97 0.66 0.06
HSL 340.78º 0.94% 0.48% -
HSV(B) 340.78º 0.97% 0.94% -
XYZ 37.21 19.13 9.71 -
YUV 85.51 126.03 237.48 -
System Red Green Blue C M Y K H S L
Decimal 239 8 82 0 0.97 0.66 0.06 340.78 0.94 0.48
Hex EF 8 52 0 61 42 6 155 5E 30
Octal 357 10 122 0 141 102 6 525 136 60
Binary 11101111 1000 1010010 0 1100001 1000010 110 101010101 1011110 110000

Color Harmonies of #EF0852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0852

Black with #EF0852

Text Example


Text Example

White with #EF0852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0852; }

 p { color: rgb(239,8,82); }

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

background-color css

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

 a { background-color: rgb(239,8,82); }

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

border-color css

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

 span { border-color: rgb(239,8,82); }

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