Html Css Color HEX #E136AF Persian Rose

📋 copy color: '#E136AF'

red 225 ◦ green 54 ◦ blue 175

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

Shades of Persian Rose #E136AF

Tints of Persian Rose #E136AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.89%

 BLUE value IS 175 (68.75% from 255) = 38.55%

R = 49.56%
G = 11.89%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E136AF (or 0xE136AF) is known color: Persian Rose. HEX triplet: E1, 36 and AF. RGB value is (225,54,175). Sum of RGB (Red+Green+Blue) = 225+54+175=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E136AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E136AF is #1EC950. Grayscale: #767676. Windows color (decimal): -2017617 or 11482849. OLE color: 11482849.

HSL color Cylindrical-coordinate representation of color #E136AF: hue angle of 317.54º 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 #E136AF is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 54 175 -
CMYK 0 0.76 0.22 0.12
HSL 317.54º 0.74% 0.55% -
HSV(B) 317.54º 0.76% 0.88% -
XYZ 40.11 21.74 42.64 -
YUV 118.92 159.65 203.66 -
System Red Green Blue C M Y K H S L
Decimal 225 54 175 0 0.76 0.22 0.12 317.54 0.74 0.55
Hex E1 36 AF 0 4C 16 C 13E 4A 37
Octal 341 66 257 0 114 26 14 476 112 67
Binary 11100001 110110 10101111 0 1001100 10110 1100 100111110 1001010 110111

Color Harmonies of #E136AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136AF

Black with #E136AF

Text Example


Text Example

White with #E136AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136AF; }

 p { color: rgb(225,54,175); }

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

background-color css

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

 a { background-color: rgb(225,54,175); }

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

border-color css

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

 span { border-color: rgb(225,54,175); }

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