Html Css Color HEX #EB2A9F Persian Rose

📋 copy color: '#EB2A9F'

red 235 ◦ green 42 ◦ blue 159

#EB2A9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #EB2A9F

Tints of Persian Rose #EB2A9F

RGB

 RED value IS 235 (92.19% from 255) = 53.9%

 GREEN value IS 42 (16.8% from 255) = 9.63%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 53.9%
G = 9.63%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB2A9F (or 0xEB2A9F) is known color: Persian Rose. HEX triplet: EB, 2A and 9F. RGB value is (235,42,159). Sum of RGB (Red+Green+Blue) = 235+42+159=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2A9F is #14D560. Grayscale: #707070. Windows color (decimal): -1365345 or 10431211. OLE color: 10431211.

HSL color Cylindrical-coordinate representation of color #EB2A9F: hue angle of 323.63º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2A9F is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 42 159 -
CMYK 0 0.82 0.32 0.08
HSL 323.63º 0.83% 0.54% -
HSV(B) 323.63º 0.82% 0.92% -
XYZ 41.35 21.82 34.83 -
YUV 113.05 153.94 214.99 -
System Red Green Blue C M Y K H S L
Decimal 235 42 159 0 0.82 0.32 0.08 323.63 0.83 0.54
Hex EB 2A 9F 0 52 20 8 144 53 36
Octal 353 52 237 0 122 40 10 504 123 66
Binary 11101011 101010 10011111 0 1010010 100000 1000 101000100 1010011 110110

Color Harmonies of #EB2A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A9F

Black with #EB2A9F

Text Example


Text Example

White with #EB2A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A9F; }

 p { color: rgb(235,42,159); }

 H1.HeaderClassName
 {
   color: #EB2A9F;
 }
 .AnyTagClassName
 {
   color: #EB2A9F;
 }
</style>

background-color css

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

 a { background-color: rgb(235,42,159); }

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

border-color css

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

 span { border-color: rgb(235,42,159); }

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