Html Css Color HEX #E126A5 Persian Rose

📋 copy color: '#E126A5'

red 225 ◦ green 38 ◦ blue 165

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

Shades of Persian Rose #E126A5

Tints of Persian Rose #E126A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.55%

R = 52.57%
G = 8.88%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E126A5 (or 0xE126A5) is known color: Persian Rose. HEX triplet: E1, 26 and A5. RGB value is (225,38,165). Sum of RGB (Red+Green+Blue) = 225+38+165=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E126A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E126A5 is #1ED95A. Grayscale: #6C6C6C. Windows color (decimal): -2021723 or 10823393. OLE color: 10823393.

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

Color convert

RGB 225 38 165 -
CMYK 0 0.83 0.27 0.12
HSL 319.25º 0.76% 0.52% -
HSV(B) 319.25º 0.83% 0.88% -
XYZ 38.54 20.11 37.45 -
YUV 108.39 159.95 211.17 -
System Red Green Blue C M Y K H S L
Decimal 225 38 165 0 0.83 0.27 0.12 319.25 0.76 0.52
Hex E1 26 A5 0 53 1B C 13F 4C 34
Octal 341 46 245 0 123 33 14 477 114 64
Binary 11100001 100110 10100101 0 1010011 11011 1100 100111111 1001100 110100

Color Harmonies of #E126A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126A5

Black with #E126A5

Text Example


Text Example

White with #E126A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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