Html Css Color HEX #EB1E9C Persian Rose

📋 copy color: '#EB1E9C'

red 235 ◦ green 30 ◦ blue 156

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

Shades of Persian Rose #EB1E9C

Tints of Persian Rose #EB1E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.05%

R = 55.82%
G = 7.13%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB1E9C (or 0xEB1E9C) is known color: Persian Rose. HEX triplet: EB, 1E and 9C. RGB value is (235,30,156). Sum of RGB (Red+Green+Blue) = 235+30+156=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1E9C is #14E163. Grayscale: #696969. Windows color (decimal): -1368420 or 10231531. OLE color: 10231531.

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

Color convert

RGB 235 30 156 -
CMYK 0 0.87 0.34 0.08
HSL 323.12º 0.84% 0.52% -
HSV(B) 323.12º 0.87% 0.92% -
XYZ 40.73 20.99 33.36 -
YUV 105.66 156.42 220.25 -
System Red Green Blue C M Y K H S L
Decimal 235 30 156 0 0.87 0.34 0.08 323.12 0.84 0.52
Hex EB 1E 9C 0 57 22 8 143 54 34
Octal 353 36 234 0 127 42 10 503 124 64
Binary 11101011 11110 10011100 0 1010111 100010 1000 101000011 1010100 110100

Color Harmonies of #EB1E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E9C

Black with #EB1E9C

Text Example


Text Example

White with #EB1E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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