#ef3bd5

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

Shades of Razzle Dazzle Rose #EF3BD5

Tints of Razzle Dazzle Rose #EF3BD5

Color information

#EF3BD5 (or 0xEF3BD5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3B and D5. RGB value is (239,59,213). Sum of RGB (Red+Green+Blue) = 239+59+213=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3BD5 is #10C42A. Grayscale: #818181. Windows color (decimal): -1098795 or 13974511. OLE color: 13974511.

HSL color Cylindrical-coordinate representation of color #EF3BD5: hue angle of 308.67º 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 #EF3BD5 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB23959213-
CMYK00.750.110.06
HSL308.67º84.91%58.43%-
HSV(B)308.67º75.31%93.73%-
XYZ49.1726.2865.43-
YUV130.38174.63205.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 59 (23.44% from 255) = 11.55%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=46.77%
G=11.55%
B=41.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395921300.750.110.06308.6784.9158.43
HexEF3BD504BB6135553a
Octal35773325011313646512572
Binary11101111111011110101010100101110111101001101011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef3bd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef3bd5; }

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

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

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

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

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

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

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

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