Html Css Color HEX #E133B0 Persian Rose

📋 copy color: '#E133B0'

red 225 ◦ green 51 ◦ blue 176

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

Shades of Persian Rose #E133B0

Tints of Persian Rose #E133B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.94%

R = 49.78%
G = 11.28%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E133B0 (or 0xE133B0) is known color: Persian Rose. HEX triplet: E1, 33 and B0. RGB value is (225,51,176). Sum of RGB (Red+Green+Blue) = 225+51+176=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E133B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E133B0 is #1ECC4F. Grayscale: #747474. Windows color (decimal): -2018384 or 11547617. OLE color: 11547617.

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

Color convert

RGB 225 51 176 -
CMYK 0 0.77 0.22 0.12
HSL 316.9º 0.74% 0.54% -
HSV(B) 316.9º 0.77% 0.88% -
XYZ 40.07 21.51 43.11 -
YUV 117.28 161.15 204.84 -
System Red Green Blue C M Y K H S L
Decimal 225 51 176 0 0.77 0.22 0.12 316.9 0.74 0.54
Hex E1 33 B0 0 4D 16 C 13D 4A 36
Octal 341 63 260 0 115 26 14 475 112 66
Binary 11100001 110011 10110000 0 1001101 10110 1100 100111101 1001010 110110

Color Harmonies of #E133B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133B0

Black with #E133B0

Text Example


Text Example

White with #E133B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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