Html Css Color HEX #E635AA Persian Rose

📋 copy color: '#E635AA'

red 230 ◦ green 53 ◦ blue 170

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

Shades of Persian Rose #E635AA

Tints of Persian Rose #E635AA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.7%

 BLUE value IS 170 (66.8% from 255) = 37.53%

R = 50.77%
G = 11.7%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E635AA (or 0xE635AA) is known color: Persian Rose. HEX triplet: E6, 35 and AA. RGB value is (230,53,170). Sum of RGB (Red+Green+Blue) = 230+53+170=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E635AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E635AA is #19CA55. Grayscale: #767676. Windows color (decimal): -1690198 or 11154918. OLE color: 11154918.

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

Color convert

RGB 230 53 170 -
CMYK 0 0.77 0.26 0.10
HSL 320.34º 0.78% 0.55% -
HSV(B) 320.34º 0.77% 0.9% -
XYZ 41.16 22.27 40.16 -
YUV 119.26 156.64 206.99 -
System Red Green Blue C M Y K H S L
Decimal 230 53 170 0 0.77 0.26 0.10 320.34 0.78 0.55
Hex E6 35 AA 0 4D 1A A 140 4E 37
Octal 346 65 252 0 115 32 12 500 116 67
Binary 11100110 110101 10101010 0 1001101 11010 1010 101000000 1001110 110111

Color Harmonies of #E635AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E635AA

Black with #E635AA

Text Example


Text Example

White with #E635AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E635AA; }

 p { color: rgb(230,53,170); }

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

background-color css

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

 a { background-color: rgb(230,53,170); }

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

border-color css

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

 span { border-color: rgb(230,53,170); }

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