Html Css Color HEX #E934A0 Persian Rose

📋 copy color: '#E934A0'

red 233 ◦ green 52 ◦ blue 160

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

Shades of Persian Rose #E934A0

Tints of Persian Rose #E934A0

RGB

 RED value IS 233 (91.41% from 255) = 52.36%

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

 BLUE value IS 160 (62.89% from 255) = 35.96%

R = 52.36%
G = 11.69%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E934A0 (or 0xE934A0) is known color: Persian Rose. HEX triplet: E9, 34 and A0. RGB value is (233,52,160). Sum of RGB (Red+Green+Blue) = 233+52+160=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E934A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E934A0 is #16CB5F. Grayscale: #767676. Windows color (decimal): -1493856 or 10499305. OLE color: 10499305.

HSL color Cylindrical-coordinate representation of color #E934A0: hue angle of 324.2º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E934A0 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 52 160 -
CMYK 0 0.78 0.31 0.09
HSL 324.2º 0.8% 0.56% -
HSV(B) 324.2º 0.78% 0.91% -
XYZ 41.18 22.32 35.4 -
YUV 118.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 233 52 160 0 0.78 0.31 0.09 324.2 0.8 0.56
Hex E9 34 A0 0 4E 1F 9 144 50 38
Octal 351 64 240 0 116 37 11 504 120 70
Binary 11101001 110100 10100000 0 1001110 11111 1001 101000100 1010000 111000

Color Harmonies of #E934A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E934A0

Black with #E934A0

Text Example


Text Example

White with #E934A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E934A0; }

 p { color: rgb(233,52,160); }

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

background-color css

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

 a { background-color: rgb(233,52,160); }

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

border-color css

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

 span { border-color: rgb(233,52,160); }

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