Html Css Color HEX #E334A8 Persian Rose

📋 copy color: '#E334A8'

red 227 ◦ green 52 ◦ blue 168

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

Shades of Persian Rose #E334A8

Tints of Persian Rose #E334A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.58%

R = 50.78%
G = 11.63%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E334A8 (or 0xE334A8) is known color: Persian Rose. HEX triplet: E3, 34 and A8. RGB value is (227,52,168). Sum of RGB (Red+Green+Blue) = 227+52+168=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E334A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E334A8 is #1CCB57. Grayscale: #757575. Windows color (decimal): -1887064 or 11023587. OLE color: 11023587.

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

Color convert

RGB 227 52 168 -
CMYK 0 0.77 0.26 0.11
HSL 320.23º 0.76% 0.55% -
HSV(B) 320.23º 0.77% 0.89% -
XYZ 39.97 21.61 39.11 -
YUV 117.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 227 52 168 0 0.77 0.26 0.11 320.23 0.76 0.55
Hex E3 34 A8 0 4D 1A B 140 4C 37
Octal 343 64 250 0 115 32 13 500 114 67
Binary 11100011 110100 10101000 0 1001101 11010 1011 101000000 1001100 110111

Color Harmonies of #E334A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E334A8

Black with #E334A8

Text Example


Text Example

White with #E334A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E334A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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