Html Css Color HEX #E334AB Persian Rose

📋 copy color: '#E334AB'

red 227 ◦ green 52 ◦ blue 171

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

Shades of Persian Rose #E334AB

Tints of Persian Rose #E334AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.56%

 BLUE value IS 171 (67.19% from 255) = 38%

R = 50.44%
G = 11.56%
B = 38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E334AB (or 0xE334AB) is known color: Persian Rose. HEX triplet: E3, 34 and AB. RGB value is (227,52,171). Sum of RGB (Red+Green+Blue) = 227+52+171=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E334AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E334AB is #1CCB54. Grayscale: #757575. Windows color (decimal): -1887061 or 11220195. OLE color: 11220195.

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

Color convert

RGB 227 52 171 -
CMYK 0 0.77 0.25 0.11
HSL 319.2º 0.76% 0.55% -
HSV(B) 319.2º 0.77% 0.89% -
XYZ 40.26 21.73 40.6 -
YUV 117.89 157.98 205.82 -
System Red Green Blue C M Y K H S L
Decimal 227 52 171 0 0.77 0.25 0.11 319.2 0.76 0.55
Hex E3 34 AB 0 4D 19 B 13F 4C 37
Octal 343 64 253 0 115 31 13 477 114 67
Binary 11100011 110100 10101011 0 1001101 11001 1011 100111111 1001100 110111

Color Harmonies of #E334AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E334AB

Black with #E334AB

Text Example


Text Example

White with #E334AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E334AB; }

 p { color: rgb(227,52,171); }

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

background-color css

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

 a { background-color: rgb(227,52,171); }

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

border-color css

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

 span { border-color: rgb(227,52,171); }

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