#EF3ABE

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

Shades of Razzle Dazzle Rose #EF3ABE

Tints of Razzle Dazzle Rose #EF3ABE

Color information

#EF3ABE (or 0xEF3ABE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3A and BE. RGB value is (239,58,190). Sum of RGB (Red+Green+Blue) = 239+58+190=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3ABE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3ABE is #10C541. Grayscale: #7E7E7E. Windows color (decimal): -1099074 or 12466927. OLE color: 12466927.

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

Color convert

RGB23958190-
CMYK00.760.210.06
HSL316.24º84.98%58.24%-
HSV(B)316.24º75.73%93.73%-
XYZ46.425.0951.11-
YUV127.17163.47207.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.08%
GREEN value IS 58 (23.05% from 255) = 11.91%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=49.08%
G=11.91%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395819000.760.210.06316.2484.9858.24
HexEF3ABE04C15613c553a
Octal35772276011425647412572
Binary111011111110101011111001001100101011101001111001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3ABE; }

 p { color: rgb(239,58,190); }

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

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

 a { background-color: rgb(239,58,190); }

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

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

 span { border-color: rgb(239,58,190); }

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