Html Css Color HEX #E133A8 Persian Rose

📋 copy color: '#E133A8'

red 225 ◦ green 51 ◦ blue 168

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

Shades of Persian Rose #E133A8

Tints of Persian Rose #E133A8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.49%

 BLUE value IS 168 (66.02% from 255) = 37.84%

R = 50.68%
G = 11.49%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E133A8 (or 0xE133A8) is known color: Persian Rose. HEX triplet: E1, 33 and A8. RGB value is (225,51,168). Sum of RGB (Red+Green+Blue) = 225+51+168=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E133A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E133A8 is #1ECC57. Grayscale: #747474. Windows color (decimal): -2018392 or 11023329. OLE color: 11023329.

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

Color convert

RGB 225 51 168 -
CMYK 0 0.77 0.25 0.12
HSL 319.66º 0.74% 0.54% -
HSV(B) 319.66º 0.77% 0.88% -
XYZ 39.3 21.2 39.07 -
YUV 116.36 157.15 205.49 -
System Red Green Blue C M Y K H S L
Decimal 225 51 168 0 0.77 0.25 0.12 319.66 0.74 0.54
Hex E1 33 A8 0 4D 19 C 140 4A 36
Octal 341 63 250 0 115 31 14 500 112 66
Binary 11100001 110011 10101000 0 1001101 11001 1100 101000000 1001010 110110

Color Harmonies of #E133A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133A8

Black with #E133A8

Text Example


Text Example

White with #E133A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133A8; }

 p { color: rgb(225,51,168); }

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

background-color css

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

 a { background-color: rgb(225,51,168); }

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

border-color css

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

 span { border-color: rgb(225,51,168); }

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