Html Css Color HEX #EB28AA Persian Rose

📋 copy color: '#EB28AA'

red 235 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #EB28AA

Tints of Persian Rose #EB28AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.99%

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

R = 52.81%
G = 8.99%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EB28AA (or 0xEB28AA) is known color: Persian Rose. HEX triplet: EB, 28 and AA. RGB value is (235,40,170). Sum of RGB (Red+Green+Blue) = 235+40+170=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB28AA is #14D755. Grayscale: #707070. Windows color (decimal): -1365846 or 11151595. OLE color: 11151595.

HSL color Cylindrical-coordinate representation of color #EB28AA: hue angle of 320º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB28AA is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 40 170 -
CMYK 0 0.83 0.28 0.08
HSL 320º 0.83% 0.54% -
HSV(B) 320º 0.83% 0.92% -
XYZ 42.28 22.08 40.06 -
YUV 113.13 160.1 214.93 -
System Red Green Blue C M Y K H S L
Decimal 235 40 170 0 0.83 0.28 0.08 320 0.83 0.54
Hex EB 28 AA 0 53 1C 8 140 53 36
Octal 353 50 252 0 123 34 10 500 123 66
Binary 11101011 101000 10101010 0 1010011 11100 1000 101000000 1010011 110110

Color Harmonies of #EB28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB28AA

Black with #EB28AA

Text Example


Text Example

White with #EB28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB28AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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