#EF43BB

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

Shades of Razzle Dazzle Rose #EF43BB

Tints of Razzle Dazzle Rose #EF43BB

Color information

#EF43BB (or 0xEF43BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 43 and BB. RGB value is (239,67,187). Sum of RGB (Red+Green+Blue) = 239+67+187=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF43BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF43BB is #10BC44. Grayscale: #838383. Windows color (decimal): -1096773 or 12272623. OLE color: 12272623.

HSL color Cylindrical-coordinate representation of color #EF43BB: hue angle of 318.14º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF43BB is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB23967187-
CMYK00.720.220.06
HSL318.14º84.31%60%-
HSV(B)318.14º71.97%93.73%-
XYZ46.5725.9549.57-
YUV132.11158.98204.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 67 (26.56% from 255) = 13.59%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=48.48%
G=13.59%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396718700.720.220.06318.1484.3160
HexEF43BB04816613e543c
Octal357103273011026647612474
Binary1110111110000111011101101001000101101101001111101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF43BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF43BB; }

 p { color: rgb(239,67,187); }

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

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

 a { background-color: rgb(239,67,187); }

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

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

 span { border-color: rgb(239,67,187); }

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