Html Css Color HEX #E126A7 Persian Rose

📋 copy color: '#E126A7'

red 225 ◦ green 38 ◦ blue 167

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

Shades of Persian Rose #E126A7

Tints of Persian Rose #E126A7

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.84%

 BLUE value IS 167 (65.63% from 255) = 38.84%

R = 52.33%
G = 8.84%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E126A7 (or 0xE126A7) is known color: Persian Rose. HEX triplet: E1, 26 and A7. RGB value is (225,38,167). Sum of RGB (Red+Green+Blue) = 225+38+167=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E126A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E126A7 is #1ED958. Grayscale: #6C6C6C. Windows color (decimal): -2021721 or 10954465. OLE color: 10954465.

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

Color convert

RGB 225 38 167 -
CMYK 0 0.83 0.26 0.12
HSL 318.61º 0.76% 0.52% -
HSV(B) 318.61º 0.83% 0.88% -
XYZ 38.72 20.18 38.41 -
YUV 108.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 225 38 167 0 0.83 0.26 0.12 318.61 0.76 0.52
Hex E1 26 A7 0 53 1A C 13F 4C 34
Octal 341 46 247 0 123 32 14 477 114 64
Binary 11100001 100110 10100111 0 1010011 11010 1100 100111111 1001100 110100

Color Harmonies of #E126A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126A7

Black with #E126A7

Text Example


Text Example

White with #E126A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126A7; }

 p { color: rgb(225,38,167); }

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

background-color css

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

 a { background-color: rgb(225,38,167); }

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

border-color css

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

 span { border-color: rgb(225,38,167); }

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