Html Css Color HEX #EB3AAB Persian Rose

📋 copy color: '#EB3AAB'

red 235 ◦ green 58 ◦ blue 171

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

Shades of Persian Rose #EB3AAB

Tints of Persian Rose #EB3AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.5%

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 50.65%
G = 12.5%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB3AAB (or 0xEB3AAB) is known color: Persian Rose. HEX triplet: EB, 3A and AB. RGB value is (235,58,171). Sum of RGB (Red+Green+Blue) = 235+58+171=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3AAB is #14C554. Grayscale: #7B7B7B. Windows color (decimal): -1361237 or 11221739. OLE color: 11221739.

HSL color Cylindrical-coordinate representation of color #EB3AAB: hue angle of 321.69º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB3AAB is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 58 171 -
CMYK 0 0.75 0.27 0.08
HSL 321.69º 0.82% 0.57% -
HSV(B) 321.69º 0.75% 0.92% -
XYZ 43.12 23.63 40.82 -
YUV 123.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 235 58 171 0 0.75 0.27 0.08 321.69 0.82 0.57
Hex EB 3A AB 0 4B 1B 8 142 52 39
Octal 353 72 253 0 113 33 10 502 122 71
Binary 11101011 111010 10101011 0 1001011 11011 1000 101000010 1010010 111001

Color Harmonies of #EB3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3AAB

Black with #EB3AAB

Text Example


Text Example

White with #EB3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3AAB; }

 p { color: rgb(235,58,171); }

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

background-color css

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

 a { background-color: rgb(235,58,171); }

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

border-color css

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

 span { border-color: rgb(235,58,171); }

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