#EF3BAD

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

Shades of Persian Rose #EF3BAD

Tints of Persian Rose #EF3BAD

Color information

#EF3BAD (or 0xEF3BAD) is unknown color: approx Persian Rose. HEX triplet: EF, 3B and AD. RGB value is (239,59,173). Sum of RGB (Red+Green+Blue) = 239+59+173=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3BAD is #10C452. Grayscale: #7D7D7D. Windows color (decimal): -1098835 or 11353071. OLE color: 11353071.

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

Color convert

RGB23959173-
CMYK00.750.280.06
HSL322º84.91%58.43%-
HSV(B)322º75.31%93.73%-
XYZ44.724.541.91-
YUV125.82154.63208.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.74%
GREEN value IS 59 (23.44% from 255) = 12.53%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=50.74%
G=12.53%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395917300.750.280.0632284.9158.43
HexEF3BAD04B1C6142553a
Octal35773255011334650212572
Binary111011111110111010110101001011111001101010000101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3BAD; }

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

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

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

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

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

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

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

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