#EF35F1

Color #EF35F1 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EF35F1

Tints of Razzle Dazzle Rose #EF35F1

Color information

#EF35F1 (or 0xEF35F1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 35 and F1. RGB value is (239,53,241). Sum of RGB (Red+Green+Blue) = 239+53+241=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 53 (21.09% from 255 or 9.94% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF35F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF35F1 is #10CA0E. Grayscale: #818181. Windows color (decimal): -1100303 or 15807983. OLE color: 15807983.

HSL color Cylindrical-coordinate representation of color #EF35F1: hue angle of 299.36º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF35F1 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23953241-
CMYK0.010.7800.05
HSL299.36º87.04%57.65%-
HSV(B)299.36º78.01%94.51%-
XYZ52.7527.2585.7-
YUV130.05190.62205.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 53 (21.09% from 255) = 9.94%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=44.84%
G=9.94%
B=45.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal239532410.010.7800.05299.3687.0457.65
HexEF35F114E0512b573a
Octal3576536111160545312772
Binary11101111110101111100011100111001011001010111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF35F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF35F1; }

 p { color: rgb(239,53,241); }

 H1.HeaderClassName
 {
   color: #EF35F1;
 }
 .AnyTagClassName
 {
   color: #EF35F1;
 }
</style>
background-color css

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

 a { background-color: rgb(239,53,241); }

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

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

 span { border-color: rgb(239,53,241); }

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