Html Css Color HEX #E331B3 Persian Rose

📋 copy color: '#E331B3'

red 227 ◦ green 49 ◦ blue 179

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

Shades of Persian Rose #E331B3

Tints of Persian Rose #E331B3

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.77%

 BLUE value IS 179 (70.31% from 255) = 39.34%

R = 49.89%
G = 10.77%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E331B3 (or 0xE331B3) is known color: Persian Rose. HEX triplet: E3, 31 and B3. RGB value is (227,49,179). Sum of RGB (Red+Green+Blue) = 227+49+179=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E331B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E331B3 is #1CCE4C. Grayscale: #747474. Windows color (decimal): -1887821 or 11743715. OLE color: 11743715.

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

Color convert

RGB 227 49 179 -
CMYK 0 0.78 0.21 0.11
HSL 316.18º 0.76% 0.54% -
HSV(B) 316.18º 0.78% 0.89% -
XYZ 40.91 21.78 44.7 -
YUV 117.04 162.97 206.43 -
System Red Green Blue C M Y K H S L
Decimal 227 49 179 0 0.78 0.21 0.11 316.18 0.76 0.54
Hex E3 31 B3 0 4E 15 B 13C 4C 36
Octal 343 61 263 0 116 25 13 474 114 66
Binary 11100011 110001 10110011 0 1001110 10101 1011 100111100 1001100 110110

Color Harmonies of #E331B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E331B3

Black with #E331B3

Text Example


Text Example

White with #E331B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E331B3; }

 p { color: rgb(227,49,179); }

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

background-color css

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

 a { background-color: rgb(227,49,179); }

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

border-color css

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

 span { border-color: rgb(227,49,179); }

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