Html Css Color HEX #EB3AAA Persian Rose

📋 copy color: '#EB3AAA'

red 235 ◦ green 58 ◦ blue 170

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

Shades of Persian Rose #EB3AAA

Tints of Persian Rose #EB3AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 50.76%
G = 12.53%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EB3AAA (or 0xEB3AAA) is known color: Persian Rose. HEX triplet: EB, 3A and AA. RGB value is (235,58,170). Sum of RGB (Red+Green+Blue) = 235+58+170=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3AAA is #14C555. Grayscale: #7B7B7B. Windows color (decimal): -1361238 or 11156203. OLE color: 11156203.

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

Color convert

RGB 235 58 170 -
CMYK 0 0.75 0.28 0.08
HSL 322.03º 0.82% 0.57% -
HSV(B) 322.03º 0.75% 0.92% -
XYZ 43.03 23.59 40.32 -
YUV 123.69 154.14 207.39 -
System Red Green Blue C M Y K H S L
Decimal 235 58 170 0 0.75 0.28 0.08 322.03 0.82 0.57
Hex EB 3A AA 0 4B 1C 8 142 52 39
Octal 353 72 252 0 113 34 10 502 122 71
Binary 11101011 111010 10101010 0 1001011 11100 1000 101000010 1010010 111001

Color Harmonies of #EB3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3AAA

Black with #EB3AAA

Text Example


Text Example

White with #EB3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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