Html Css Color HEX #E630A0 Persian Rose

📋 copy color: '#E630A0'

red 230 ◦ green 48 ◦ blue 160

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

Shades of Persian Rose #E630A0

Tints of Persian Rose #E630A0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.96%

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

R = 52.51%
G = 10.96%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E630A0 (or 0xE630A0) is known color: Persian Rose. HEX triplet: E6, 30 and A0. RGB value is (230,48,160). Sum of RGB (Red+Green+Blue) = 230+48+160=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E630A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E630A0 is #19CF5F. Grayscale: #727272. Windows color (decimal): -1691488 or 10498278. OLE color: 10498278.

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

Color convert

RGB 230 48 160 -
CMYK 0 0.79 0.30 0.10
HSL 323.08º 0.78% 0.55% -
HSV(B) 323.08º 0.79% 0.9% -
XYZ 40.04 21.47 35.29 -
YUV 115.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 230 48 160 0 0.79 0.30 0.10 323.08 0.78 0.55
Hex E6 30 A0 0 4F 1E A 143 4E 37
Octal 346 60 240 0 117 36 12 503 116 67
Binary 11100110 110000 10100000 0 1001111 11110 1010 101000011 1001110 110111

Color Harmonies of #E630A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E630A0

Black with #E630A0

Text Example


Text Example

White with #E630A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E630A0; }

 p { color: rgb(230,48,160); }

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

background-color css

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

 a { background-color: rgb(230,48,160); }

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

border-color css

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

 span { border-color: rgb(230,48,160); }

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