Html Css Color HEX #E135AC Persian Rose

📋 copy color: '#E135AC'

red 225 ◦ green 53 ◦ blue 172

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

Shades of Persian Rose #E135AC

Tints of Persian Rose #E135AC

RGB

 RED value IS 225 (88.28% from 255) = 50%

 GREEN value IS 53 (21.09% from 255) = 11.78%

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

R = 50%
G = 11.78%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E135AC (or 0xE135AC) is known color: Persian Rose. HEX triplet: E1, 35 and AC. RGB value is (225,53,172). Sum of RGB (Red+Green+Blue) = 225+53+172=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E135AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E135AC is #1ECA53. Grayscale: #757575. Windows color (decimal): -2017876 or 11285985. OLE color: 11285985.

HSL color Cylindrical-coordinate representation of color #E135AC: hue angle of 318.49º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E135AC is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 53 172 -
CMYK 0 0.76 0.24 0.12
HSL 318.49º 0.74% 0.55% -
HSV(B) 318.49º 0.76% 0.88% -
XYZ 39.77 21.53 41.09 -
YUV 117.99 158.48 204.32 -
System Red Green Blue C M Y K H S L
Decimal 225 53 172 0 0.76 0.24 0.12 318.49 0.74 0.55
Hex E1 35 AC 0 4C 18 C 13E 4A 37
Octal 341 65 254 0 114 30 14 476 112 67
Binary 11100001 110101 10101100 0 1001100 11000 1100 100111110 1001010 110111

Color Harmonies of #E135AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E135AC

Black with #E135AC

Text Example


Text Example

White with #E135AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E135AC; }

 p { color: rgb(225,53,172); }

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

background-color css

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

 a { background-color: rgb(225,53,172); }

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

border-color css

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

 span { border-color: rgb(225,53,172); }

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