Html Css Color HEX #EB1D9A Persian Rose

📋 copy color: '#EB1D9A'

red 235 ◦ green 29 ◦ blue 154

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

Shades of Persian Rose #EB1D9A

Tints of Persian Rose #EB1D9A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.94%

 BLUE value IS 154 (60.55% from 255) = 36.84%

R = 56.22%
G = 6.94%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB1D9A (or 0xEB1D9A) is known color: Persian Rose. HEX triplet: EB, 1D and 9A. RGB value is (235,29,154). Sum of RGB (Red+Green+Blue) = 235+29+154=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1D9A is #14E265. Grayscale: #686868. Windows color (decimal): -1368678 or 10100203. OLE color: 10100203.

HSL color Cylindrical-coordinate representation of color #EB1D9A: hue angle of 323.59º 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 #EB1D9A is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 29 154 -
CMYK 0 0.88 0.34 0.08
HSL 323.59º 0.84% 0.52% -
HSV(B) 323.59º 0.88% 0.92% -
XYZ 40.53 20.87 32.46 -
YUV 104.84 155.75 220.84 -
System Red Green Blue C M Y K H S L
Decimal 235 29 154 0 0.88 0.34 0.08 323.59 0.84 0.52
Hex EB 1D 9A 0 58 22 8 144 54 34
Octal 353 35 232 0 130 42 10 504 124 64
Binary 11101011 11101 10011010 0 1011000 100010 1000 101000100 1010100 110100

Color Harmonies of #EB1D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D9A

Black with #EB1D9A

Text Example


Text Example

White with #EB1D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D9A; }

 p { color: rgb(235,29,154); }

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

background-color css

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

 a { background-color: rgb(235,29,154); }

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

border-color css

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

 span { border-color: rgb(235,29,154); }

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