Html Css Color HEX #EB1CA0 Persian Rose

📋 copy color: '#EB1CA0'

red 235 ◦ green 28 ◦ blue 160

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

Shades of Persian Rose #EB1CA0

Tints of Persian Rose #EB1CA0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.62%

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

R = 55.56%
G = 6.62%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB1CA0 (or 0xEB1CA0) is known color: Persian Rose. HEX triplet: EB, 1C and A0. RGB value is (235,28,160). Sum of RGB (Red+Green+Blue) = 235+28+160=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1CA0 is #14E35F. Grayscale: #686868. Windows color (decimal): -1368928 or 10493163. OLE color: 10493163.

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

Color convert

RGB 235 28 160 -
CMYK 0 0.88 0.32 0.08
HSL 321.74º 0.84% 0.52% -
HSV(B) 321.74º 0.88% 0.92% -
XYZ 41.02 21.03 35.15 -
YUV 104.94 159.08 220.77 -
System Red Green Blue C M Y K H S L
Decimal 235 28 160 0 0.88 0.32 0.08 321.74 0.84 0.52
Hex EB 1C A0 0 58 20 8 142 54 34
Octal 353 34 240 0 130 40 10 502 124 64
Binary 11101011 11100 10100000 0 1011000 100000 1000 101000010 1010100 110100

Color Harmonies of #EB1CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1CA0

Black with #EB1CA0

Text Example


Text Example

White with #EB1CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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