Html Css Color HEX #E333B0 Persian Rose

📋 copy color: '#E333B0'

red 227 ◦ green 51 ◦ blue 176

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

Shades of Persian Rose #E333B0

Tints of Persian Rose #E333B0

RGB

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

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

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

R = 50%
G = 11.23%
B = 38.77%

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

#E333B0 (or 0xE333B0) is known color: Persian Rose. HEX triplet: E3, 33 and B0. RGB value is (227,51,176). Sum of RGB (Red+Green+Blue) = 227+51+176=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E333B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E333B0 is #1CCC4F. Grayscale: #757575. Windows color (decimal): -1887312 or 11547619. OLE color: 11547619.

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

Color convert

RGB 227 51 176 -
CMYK 0 0.78 0.22 0.11
HSL 317.39º 0.76% 0.55% -
HSV(B) 317.39º 0.78% 0.89% -
XYZ 40.7 21.83 43.14 -
YUV 117.87 160.81 205.84 -
System Red Green Blue C M Y K H S L
Decimal 227 51 176 0 0.78 0.22 0.11 317.39 0.76 0.55
Hex E3 33 B0 0 4E 16 B 13D 4C 37
Octal 343 63 260 0 116 26 13 475 114 67
Binary 11100011 110011 10110000 0 1001110 10110 1011 100111101 1001100 110111

Color Harmonies of #E333B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E333B0

Black with #E333B0

Text Example


Text Example

White with #E333B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E333B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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