Html Css Color HEX #EB1FA0 Persian Rose

📋 copy color: '#EB1FA0'

red 235 ◦ green 31 ◦ blue 160

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

Shades of Persian Rose #EB1FA0

Tints of Persian Rose #EB1FA0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.28%

 BLUE value IS 160 (62.89% from 255) = 37.56%

R = 55.16%
G = 7.28%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB1FA0 (or 0xEB1FA0) is known color: Persian Rose. HEX triplet: EB, 1F and A0. RGB value is (235,31,160). Sum of RGB (Red+Green+Blue) = 235+31+160=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1FA0 is #14E05F. Grayscale: #6A6A6A. Windows color (decimal): -1368160 or 10493931. OLE color: 10493931.

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

Color convert

RGB 235 31 160 -
CMYK 0 0.87 0.32 0.08
HSL 322.06º 0.84% 0.52% -
HSV(B) 322.06º 0.87% 0.92% -
XYZ 41.1 21.18 35.18 -
YUV 106.7 158.09 219.51 -
System Red Green Blue C M Y K H S L
Decimal 235 31 160 0 0.87 0.32 0.08 322.06 0.84 0.52
Hex EB 1F A0 0 57 20 8 142 54 34
Octal 353 37 240 0 127 40 10 502 124 64
Binary 11101011 11111 10100000 0 1010111 100000 1000 101000010 1010100 110100

Color Harmonies of #EB1FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1FA0

Black with #EB1FA0

Text Example


Text Example

White with #EB1FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1FA0; }

 p { color: rgb(235,31,160); }

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

background-color css

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

 a { background-color: rgb(235,31,160); }

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

border-color css

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

 span { border-color: rgb(235,31,160); }

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