Html Css Color HEX #E138AF Persian Rose

📋 copy color: '#E138AF'

red 225 ◦ green 56 ◦ blue 175

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

Shades of Persian Rose #E138AF

Tints of Persian Rose #E138AF

RGB

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

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

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

R = 49.34%
G = 12.28%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E138AF (or 0xE138AF) is known color: Persian Rose. HEX triplet: E1, 38 and AF. RGB value is (225,56,175). Sum of RGB (Red+Green+Blue) = 225+56+175=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E138AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E138AF is #1EC750. Grayscale: #777777. Windows color (decimal): -2017105 or 11483361. OLE color: 11483361.

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

Color convert

RGB 225 56 175 -
CMYK 0 0.75 0.22 0.12
HSL 317.75º 0.74% 0.55% -
HSV(B) 317.75º 0.75% 0.88% -
XYZ 40.2 21.93 42.67 -
YUV 120.1 158.99 202.82 -
System Red Green Blue C M Y K H S L
Decimal 225 56 175 0 0.75 0.22 0.12 317.75 0.74 0.55
Hex E1 38 AF 0 4B 16 C 13E 4A 37
Octal 341 70 257 0 113 26 14 476 112 67
Binary 11100001 111000 10101111 0 1001011 10110 1100 100111110 1001010 110111

Color Harmonies of #E138AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138AF

Black with #E138AF

Text Example


Text Example

White with #E138AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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