Html Css Color HEX #EB3AAC Persian Rose

📋 copy color: '#EB3AAC'

red 235 ◦ green 58 ◦ blue 172

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

Shades of Persian Rose #EB3AAC

Tints of Persian Rose #EB3AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 50.54%
G = 12.47%
B = 36.99%

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

#EB3AAC (or 0xEB3AAC) is known color: Persian Rose. HEX triplet: EB, 3A and AC. RGB value is (235,58,172). Sum of RGB (Red+Green+Blue) = 235+58+172=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3AAC is #14C553. Grayscale: #7B7B7B. Windows color (decimal): -1361236 or 11287275. OLE color: 11287275.

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

Color convert

RGB 235 58 172 -
CMYK 0 0.75 0.27 0.08
HSL 321.36º 0.82% 0.57% -
HSV(B) 321.36º 0.75% 0.92% -
XYZ 43.22 23.67 41.32 -
YUV 123.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 235 58 172 0 0.75 0.27 0.08 321.36 0.82 0.57
Hex EB 3A AC 0 4B 1B 8 141 52 39
Octal 353 72 254 0 113 33 10 501 122 71
Binary 11101011 111010 10101100 0 1001011 11011 1000 101000001 1010010 111001

Color Harmonies of #EB3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3AAC

Black with #EB3AAC

Text Example


Text Example

White with #EB3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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