Html Css Color HEX #EB1D9D Persian Rose

📋 copy color: '#EB1D9D'

red 235 ◦ green 29 ◦ blue 157

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

Shades of Persian Rose #EB1D9D

Tints of Persian Rose #EB1D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 55.82%
G = 6.89%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB1D9D (or 0xEB1D9D) is known color: Persian Rose. HEX triplet: EB, 1D and 9D. RGB value is (235,29,157). Sum of RGB (Red+Green+Blue) = 235+29+157=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1D9D is #14E262. Grayscale: #686868. Windows color (decimal): -1368675 or 10296811. OLE color: 10296811.

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

Color convert

RGB 235 29 157 -
CMYK 0 0.88 0.33 0.08
HSL 322.72º 0.84% 0.52% -
HSV(B) 322.72º 0.88% 0.92% -
XYZ 40.79 20.98 33.8 -
YUV 105.19 157.25 220.59 -
System Red Green Blue C M Y K H S L
Decimal 235 29 157 0 0.88 0.33 0.08 322.72 0.84 0.52
Hex EB 1D 9D 0 58 21 8 143 54 34
Octal 353 35 235 0 130 41 10 503 124 64
Binary 11101011 11101 10011101 0 1011000 100001 1000 101000011 1010100 110100

Color Harmonies of #EB1D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D9D

Black with #EB1D9D

Text Example


Text Example

White with #EB1D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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