#ef38ba

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

Shades of Razzle Dazzle Rose #EF38BA

Tints of Razzle Dazzle Rose #EF38BA

Color information

#EF38BA (or 0xEF38BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 38 and BA. RGB value is (239,56,186). Sum of RGB (Red+Green+Blue) = 239+56+186=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF38BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF38BA is #10C745. Grayscale: #7D7D7D. Windows color (decimal): -1099590 or 12204271. OLE color: 12204271.

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

Color convert

RGB23956186-
CMYK00.770.220.06
HSL317.38º85.12%57.84%-
HSV(B)317.38º76.57%93.73%-
XYZ45.8724.7248.81-
YUV125.54162.13208.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.69%
GREEN value IS 56 (22.27% from 255) = 11.64%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=49.69%
G=11.64%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395618600.770.220.06317.3885.1257.84
HexEF38BA04D16613d553a
Octal35770272011526647512572
Binary111011111110001011101001001101101101101001111011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef38ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef38ba; }

 p { color: rgb(239,56,186); }

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

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

 a { background-color: rgb(239,56,186); }

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

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

 span { border-color: rgb(239,56,186); }

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