#EF3BE6

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

Shades of Razzle Dazzle Rose #EF3BE6

Tints of Razzle Dazzle Rose #EF3BE6

Color information

#EF3BE6 (or 0xEF3BE6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3B and E6. RGB value is (239,59,230). Sum of RGB (Red+Green+Blue) = 239+59+230=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 59 (23.44% from 255 or 11.17% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3BE6 is #10C419. Grayscale: #838383. Windows color (decimal): -1098778 or 15088623. OLE color: 15088623.

HSL color Cylindrical-coordinate representation of color #EF3BE6: hue angle of 303º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3BE6 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB23959230-
CMYK00.750.040.06
HSL303º84.91%58.43%-
HSV(B)303º75.31%93.73%-
XYZ51.4427.1977.4-
YUV132.31183.13204.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 59 (23.44% from 255) = 11.17%
BLUE value IS 230 (90.23% from 255) = 43.56%
R=45.27%
G=11.17%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395923000.750.040.0630384.9158.43
HexEF3BE604B4612f553a
Octal3577334601134645712572
Binary1110111111101111100110010010111001101001011111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3BE6; }

 p { color: rgb(239,59,230); }

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

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

 a { background-color: rgb(239,59,230); }

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

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

 span { border-color: rgb(239,59,230); }

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