Html Css Color HEX #E138AC Persian Rose

📋 copy color: '#E138AC'

red 225 ◦ green 56 ◦ blue 172

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

Shades of Persian Rose #E138AC

Tints of Persian Rose #E138AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.36%

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

R = 49.67%
G = 12.36%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E138AC (or 0xE138AC) is known color: Persian Rose. HEX triplet: E1, 38 and AC. RGB value is (225,56,172). Sum of RGB (Red+Green+Blue) = 225+56+172=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E138AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E138AC is #1EC753. Grayscale: #777777. Windows color (decimal): -2017108 or 11286753. OLE color: 11286753.

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

Color convert

RGB 225 56 172 -
CMYK 0 0.75 0.24 0.12
HSL 318.82º 0.74% 0.55% -
HSV(B) 318.82º 0.75% 0.88% -
XYZ 39.91 21.81 41.14 -
YUV 119.76 157.49 203.07 -
System Red Green Blue C M Y K H S L
Decimal 225 56 172 0 0.75 0.24 0.12 318.82 0.74 0.55
Hex E1 38 AC 0 4B 18 C 13F 4A 37
Octal 341 70 254 0 113 30 14 477 112 67
Binary 11100001 111000 10101100 0 1001011 11000 1100 100111111 1001010 110111

Color Harmonies of #E138AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138AC

Black with #E138AC

Text Example


Text Example

White with #E138AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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