Html Css Color HEX #EB1E9D Persian Rose

📋 copy color: '#EB1E9D'

red 235 ◦ green 30 ◦ blue 157

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

Shades of Persian Rose #EB1E9D

Tints of Persian Rose #EB1E9D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.11%

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

R = 55.69%
G = 7.11%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB1E9D (or 0xEB1E9D) is known color: Persian Rose. HEX triplet: EB, 1E and 9D. RGB value is (235,30,157). Sum of RGB (Red+Green+Blue) = 235+30+157=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1E9D is #14E162. Grayscale: #696969. Windows color (decimal): -1368419 or 10297067. OLE color: 10297067.

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

Color convert

RGB 235 30 157 -
CMYK 0 0.87 0.33 0.08
HSL 322.83º 0.84% 0.52% -
HSV(B) 322.83º 0.87% 0.92% -
XYZ 40.81 21.03 33.81 -
YUV 105.77 156.92 220.17 -
System Red Green Blue C M Y K H S L
Decimal 235 30 157 0 0.87 0.33 0.08 322.83 0.84 0.52
Hex EB 1E 9D 0 57 21 8 143 54 34
Octal 353 36 235 0 127 41 10 503 124 64
Binary 11101011 11110 10011101 0 1010111 100001 1000 101000011 1010100 110100

Color Harmonies of #EB1E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E9D

Black with #EB1E9D

Text Example


Text Example

White with #EB1E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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