Html Css Color HEX #EB3BAC Persian Rose

📋 copy color: '#EB3BAC'

red 235 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #EB3BAC

Tints of Persian Rose #EB3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.66%

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

R = 50.43%
G = 12.66%
B = 36.91%

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

#EB3BAC (or 0xEB3BAC) is known color: Persian Rose. HEX triplet: EB, 3B and AC. RGB value is (235,59,172). Sum of RGB (Red+Green+Blue) = 235+59+172=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3BAC is #14C453. Grayscale: #7C7C7C. Windows color (decimal): -1360980 or 11287531. OLE color: 11287531.

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

Color convert

RGB 235 59 172 -
CMYK 0 0.75 0.27 0.08
HSL 321.48º 0.81% 0.58% -
HSV(B) 321.48º 0.75% 0.92% -
XYZ 43.27 23.77 41.34 -
YUV 124.51 154.81 206.81 -
System Red Green Blue C M Y K H S L
Decimal 235 59 172 0 0.75 0.27 0.08 321.48 0.81 0.58
Hex EB 3B AC 0 4B 1B 8 141 51 3A
Octal 353 73 254 0 113 33 10 501 121 72
Binary 11101011 111011 10101100 0 1001011 11011 1000 101000001 1010001 111010

Color Harmonies of #EB3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3BAC

Black with #EB3BAC

Text Example


Text Example

White with #EB3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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