Html Css Color HEX #EB2DAA Persian Rose

📋 copy color: '#EB2DAA'

red 235 ◦ green 45 ◦ blue 170

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

Shades of Persian Rose #EB2DAA

Tints of Persian Rose #EB2DAA

RGB

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

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

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

R = 52.22%
G = 10%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EB2DAA (or 0xEB2DAA) is known color: Persian Rose. HEX triplet: EB, 2D and AA. RGB value is (235,45,170). Sum of RGB (Red+Green+Blue) = 235+45+170=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2DAA is #14D255. Grayscale: #737373. Windows color (decimal): -1364566 or 11152875. OLE color: 11152875.

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

Color convert

RGB 235 45 170 -
CMYK 0 0.81 0.28 0.08
HSL 320.53º 0.83% 0.55% -
HSV(B) 320.53º 0.81% 0.92% -
XYZ 42.46 22.44 40.12 -
YUV 116.06 158.45 212.84 -
System Red Green Blue C M Y K H S L
Decimal 235 45 170 0 0.81 0.28 0.08 320.53 0.83 0.55
Hex EB 2D AA 0 51 1C 8 141 53 37
Octal 353 55 252 0 121 34 10 501 123 67
Binary 11101011 101101 10101010 0 1010001 11100 1000 101000001 1010011 110111

Color Harmonies of #EB2DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2DAA

Black with #EB2DAA

Text Example


Text Example

White with #EB2DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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