Html Css Color HEX #E632AC Persian Rose

📋 copy color: '#E632AC'

red 230 ◦ green 50 ◦ blue 172

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

Shades of Persian Rose #E632AC

Tints of Persian Rose #E632AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 50.88%
G = 11.06%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E632AC (or 0xE632AC) is known color: Persian Rose. HEX triplet: E6, 32 and AC. RGB value is (230,50,172). Sum of RGB (Red+Green+Blue) = 230+50+172=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E632AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E632AC is #19CD53. Grayscale: #757575. Windows color (decimal): -1690964 or 11285222. OLE color: 11285222.

HSL color Cylindrical-coordinate representation of color #E632AC: hue angle of 319.33º 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 #E632AC is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 50 172 -
CMYK 0 0.78 0.25 0.10
HSL 319.33º 0.78% 0.55% -
HSV(B) 319.33º 0.78% 0.9% -
XYZ 41.22 22.08 41.12 -
YUV 117.73 158.63 208.08 -
System Red Green Blue C M Y K H S L
Decimal 230 50 172 0 0.78 0.25 0.10 319.33 0.78 0.55
Hex E6 32 AC 0 4E 19 A 13F 4E 37
Octal 346 62 254 0 116 31 12 477 116 67
Binary 11100110 110010 10101100 0 1001110 11001 1010 100111111 1001110 110111

Color Harmonies of #E632AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E632AC

Black with #E632AC

Text Example


Text Example

White with #E632AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E632AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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