Html Css Color HEX #E632AE Persian Rose

📋 copy color: '#E632AE'

red 230 ◦ green 50 ◦ blue 174

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

Shades of Persian Rose #E632AE

Tints of Persian Rose #E632AE

RGB

 RED value IS 230 (90.23% from 255) = 50.66%

 GREEN value IS 50 (19.92% from 255) = 11.01%

 BLUE value IS 174 (68.36% from 255) = 38.33%

R = 50.66%
G = 11.01%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E632AE (or 0xE632AE) is known color: Persian Rose. HEX triplet: E6, 32 and AE. RGB value is (230,50,174). Sum of RGB (Red+Green+Blue) = 230+50+174=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E632AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E632AE is #19CD51. Grayscale: #757575. Windows color (decimal): -1690962 or 11416294. OLE color: 11416294.

HSL color Cylindrical-coordinate representation of color #E632AE: hue angle of 318.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E632AE is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 50 174 -
CMYK 0 0.78 0.24 0.10
HSL 318.67º 0.78% 0.55% -
HSV(B) 318.67º 0.78% 0.9% -
XYZ 41.41 22.16 42.14 -
YUV 117.96 159.63 207.92 -
System Red Green Blue C M Y K H S L
Decimal 230 50 174 0 0.78 0.24 0.10 318.67 0.78 0.55
Hex E6 32 AE 0 4E 18 A 13F 4E 37
Octal 346 62 256 0 116 30 12 477 116 67
Binary 11100110 110010 10101110 0 1001110 11000 1010 100111111 1001110 110111

Color Harmonies of #E632AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E632AE

Black with #E632AE

Text Example


Text Example

White with #E632AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E632AE; }

 p { color: rgb(230,50,174); }

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

background-color css

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

 a { background-color: rgb(230,50,174); }

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

border-color css

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

 span { border-color: rgb(230,50,174); }

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