Html Css Color HEX #E333B1 Persian Rose

📋 copy color: '#E333B1'

red 227 ◦ green 51 ◦ blue 177

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

Shades of Persian Rose #E333B1

Tints of Persian Rose #E333B1

RGB

 RED value IS 227 (89.06% from 255) = 49.89%

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

 BLUE value IS 177 (69.53% from 255) = 38.9%

R = 49.89%
G = 11.21%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E333B1 (or 0xE333B1) is known color: Persian Rose. HEX triplet: E3, 33 and B1. RGB value is (227,51,177). Sum of RGB (Red+Green+Blue) = 227+51+177=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E333B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E333B1 is #1CCC4E. Grayscale: #757575. Windows color (decimal): -1887311 or 11613155. OLE color: 11613155.

HSL color Cylindrical-coordinate representation of color #E333B1: hue angle of 317.05º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E333B1 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 51 177 -
CMYK 0 0.78 0.22 0.11
HSL 317.05º 0.76% 0.55% -
HSV(B) 317.05º 0.78% 0.89% -
XYZ 40.8 21.87 43.67 -
YUV 117.99 161.31 205.75 -
System Red Green Blue C M Y K H S L
Decimal 227 51 177 0 0.78 0.22 0.11 317.05 0.76 0.55
Hex E3 33 B1 0 4E 16 B 13D 4C 37
Octal 343 63 261 0 116 26 13 475 114 67
Binary 11100011 110011 10110001 0 1001110 10110 1011 100111101 1001100 110111

Color Harmonies of #E333B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E333B1

Black with #E333B1

Text Example


Text Example

White with #E333B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E333B1; }

 p { color: rgb(227,51,177); }

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

background-color css

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

 a { background-color: rgb(227,51,177); }

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

border-color css

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

 span { border-color: rgb(227,51,177); }

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