Html Css Color HEX #EF0D62 Razzmatazz

📋 copy color: '#EF0D62'

red 239 ◦ green 13 ◦ blue 98

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

Shades of Razzmatazz #EF0D62

Tints of Razzmatazz #EF0D62

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.71%

 BLUE value IS 98 (38.67% from 255) = 28%

R = 68.29%
G = 3.71%
B = 28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF0D62 (or 0xEF0D62) is known color: Razzmatazz. HEX triplet: EF, 0D and 62. RGB value is (239,13,98). Sum of RGB (Red+Green+Blue) = 239+13+98=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0D62 is #10F29D. Grayscale: #5A5A5A. Windows color (decimal): -1110686 or 6426095. OLE color: 6426095.

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

Color convert

RGB 239 13 98 -
CMYK 0 0.95 0.59 0.06
HSL 337.43º 0.9% 0.49% -
HSV(B) 337.43º 0.95% 0.94% -
XYZ 37.95 19.52 13.32 -
YUV 90.26 132.37 234.09 -
System Red Green Blue C M Y K H S L
Decimal 239 13 98 0 0.95 0.59 0.06 337.43 0.9 0.49
Hex EF D 62 0 5F 3B 6 151 5A 31
Octal 357 15 142 0 137 73 6 521 132 61
Binary 11101111 1101 1100010 0 1011111 111011 110 101010001 1011010 110001

Color Harmonies of #EF0D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0D62

Black with #EF0D62

Text Example


Text Example

White with #EF0D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0D62; }

 p { color: rgb(239,13,98); }

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

background-color css

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

 a { background-color: rgb(239,13,98); }

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

border-color css

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

 span { border-color: rgb(239,13,98); }

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