Html Css Color HEX #E635A2 Persian Rose

📋 copy color: '#E635A2'

red 230 ◦ green 53 ◦ blue 162

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

Shades of Persian Rose #E635A2

Tints of Persian Rose #E635A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.4%

R = 51.69%
G = 11.91%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E635A2 (or 0xE635A2) is known color: Persian Rose. HEX triplet: E6, 35 and A2. RGB value is (230,53,162). Sum of RGB (Red+Green+Blue) = 230+53+162=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E635A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E635A2 is #19CA5D. Grayscale: #767676. Windows color (decimal): -1690206 or 10630630. OLE color: 10630630.

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

Color convert

RGB 230 53 162 -
CMYK 0 0.77 0.30 0.10
HSL 323.05º 0.78% 0.55% -
HSV(B) 323.05º 0.77% 0.9% -
XYZ 40.43 21.98 36.29 -
YUV 118.35 152.64 207.64 -
System Red Green Blue C M Y K H S L
Decimal 230 53 162 0 0.77 0.30 0.10 323.05 0.78 0.55
Hex E6 35 A2 0 4D 1E A 143 4E 37
Octal 346 65 242 0 115 36 12 503 116 67
Binary 11100110 110101 10100010 0 1001101 11110 1010 101000011 1001110 110111

Color Harmonies of #E635A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E635A2

Black with #E635A2

Text Example


Text Example

White with #E635A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E635A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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