Html Css Color HEX #EB2DAC Persian Rose

📋 copy color: '#EB2DAC'

red 235 ◦ green 45 ◦ blue 172

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

Shades of Persian Rose #EB2DAC

Tints of Persian Rose #EB2DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.96%

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

R = 51.99%
G = 9.96%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB2DAC (or 0xEB2DAC) is known color: Persian Rose. HEX triplet: EB, 2D and AC. RGB value is (235,45,172). Sum of RGB (Red+Green+Blue) = 235+45+172=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2DAC is #14D253. Grayscale: #737373. Windows color (decimal): -1364564 or 11283947. OLE color: 11283947.

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

Color convert

RGB 235 45 172 -
CMYK 0 0.81 0.27 0.08
HSL 319.89º 0.83% 0.55% -
HSV(B) 319.89º 0.81% 0.92% -
XYZ 42.65 22.52 41.13 -
YUV 116.29 159.45 212.67 -
System Red Green Blue C M Y K H S L
Decimal 235 45 172 0 0.81 0.27 0.08 319.89 0.83 0.55
Hex EB 2D AC 0 51 1B 8 140 53 37
Octal 353 55 254 0 121 33 10 500 123 67
Binary 11101011 101101 10101100 0 1010001 11011 1000 101000000 1010011 110111

Color Harmonies of #EB2DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2DAC

Black with #EB2DAC

Text Example


Text Example

White with #EB2DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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