Html Css Color HEX #EB2CAA Persian Rose

📋 copy color: '#EB2CAA'

red 235 ◦ green 44 ◦ blue 170

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

Shades of Persian Rose #EB2CAA

Tints of Persian Rose #EB2CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.8%

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

R = 52.34%
G = 9.8%
B = 37.86%

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

#EB2CAA (or 0xEB2CAA) is known color: Persian Rose. HEX triplet: EB, 2C and AA. RGB value is (235,44,170). Sum of RGB (Red+Green+Blue) = 235+44+170=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2CAA is #14D355. Grayscale: #737373. Windows color (decimal): -1364822 or 11152619. OLE color: 11152619.

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

Color convert

RGB 235 44 170 -
CMYK 0 0.81 0.28 0.08
HSL 320.42º 0.83% 0.55% -
HSV(B) 320.42º 0.81% 0.92% -
XYZ 42.42 22.37 40.11 -
YUV 115.47 158.78 213.25 -
System Red Green Blue C M Y K H S L
Decimal 235 44 170 0 0.81 0.28 0.08 320.42 0.83 0.55
Hex EB 2C AA 0 51 1C 8 140 53 37
Octal 353 54 252 0 121 34 10 500 123 67
Binary 11101011 101100 10101010 0 1010001 11100 1000 101000000 1010011 110111

Color Harmonies of #EB2CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2CAA

Black with #EB2CAA

Text Example


Text Example

White with #EB2CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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