Html Css Color HEX #E123A6 Persian Rose

📋 copy color: '#E123A6'

red 225 ◦ green 35 ◦ blue 166

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

Shades of Persian Rose #E123A6

Tints of Persian Rose #E123A6

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.22%

 BLUE value IS 166 (65.23% from 255) = 38.97%

R = 52.82%
G = 8.22%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E123A6 (or 0xE123A6) is known color: Persian Rose. HEX triplet: E1, 23 and A6. RGB value is (225,35,166). Sum of RGB (Red+Green+Blue) = 225+35+166=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E123A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E123A6 is #1EDC59. Grayscale: #6A6A6A. Windows color (decimal): -2022490 or 10888161. OLE color: 10888161.

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

Color convert

RGB 225 35 166 -
CMYK 0 0.84 0.26 0.12
HSL 318.63º 0.76% 0.51% -
HSV(B) 318.63º 0.84% 0.88% -
XYZ 38.54 19.96 37.9 -
YUV 106.74 161.45 212.35 -
System Red Green Blue C M Y K H S L
Decimal 225 35 166 0 0.84 0.26 0.12 318.63 0.76 0.51
Hex E1 23 A6 0 54 1A C 13F 4C 33
Octal 341 43 246 0 124 32 14 477 114 63
Binary 11100001 100011 10100110 0 1010100 11010 1100 100111111 1001100 110011

Color Harmonies of #E123A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E123A6

Black with #E123A6

Text Example


Text Example

White with #E123A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E123A6; }

 p { color: rgb(225,35,166); }

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

background-color css

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

 a { background-color: rgb(225,35,166); }

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

border-color css

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

 span { border-color: rgb(225,35,166); }

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