Html Css Color HEX #EF0270 Razzmatazz

📋 copy color: '#EF0270'

red 239 ◦ green 2 ◦ blue 112

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

Shades of Razzmatazz #EF0270

Tints of Razzmatazz #EF0270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 112 (44.14% from 255) = 31.73%

R = 67.71%
G = 0.57%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF0270 (or 0xEF0270) is known color: Razzmatazz. HEX triplet: EF, 02 and 70. RGB value is (239,2,112). Sum of RGB (Red+Green+Blue) = 239+2+112=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0270 is #10FD8F. Grayscale: #555555. Windows color (decimal): -1113488 or 7340783. OLE color: 7340783.

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

Color convert

RGB 239 2 112 -
CMYK 0 0.99 0.53 0.06
HSL 332.15º 0.98% 0.47% -
HSV(B) 332.15º 0.99% 0.94% -
XYZ 38.54 19.56 17.07 -
YUV 85.4 143.02 237.56 -
System Red Green Blue C M Y K H S L
Decimal 239 2 112 0 0.99 0.53 0.06 332.15 0.98 0.47
Hex EF 2 70 0 63 35 6 14C 62 2F
Octal 357 2 160 0 143 65 6 514 142 57
Binary 11101111 10 1110000 0 1100011 110101 110 101001100 1100010 101111

Color Harmonies of #EF0270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0270

Black with #EF0270

Text Example


Text Example

White with #EF0270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0270; }

 p { color: rgb(239,2,112); }

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

background-color css

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

 a { background-color: rgb(239,2,112); }

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

border-color css

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

 span { border-color: rgb(239,2,112); }

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