Html Css Color HEX #E621A3 Persian Rose

📋 copy color: '#E621A3'

red 230 ◦ green 33 ◦ blue 163

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

Shades of Persian Rose #E621A3

Tints of Persian Rose #E621A3

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.75%

 BLUE value IS 163 (64.06% from 255) = 38.26%

R = 53.99%
G = 7.75%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E621A3 (or 0xE621A3) is known color: Persian Rose. HEX triplet: E6, 21 and A3. RGB value is (230,33,163). Sum of RGB (Red+Green+Blue) = 230+33+163=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E621A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E621A3 is #19DE5C. Grayscale: #6A6A6A. Windows color (decimal): -1695325 or 10691046. OLE color: 10691046.

HSL color Cylindrical-coordinate representation of color #E621A3: hue angle of 320.41º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E621A3 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 33 163 -
CMYK 0 0.86 0.29 0.10
HSL 320.41º 0.8% 0.52% -
HSV(B) 320.41º 0.86% 0.9% -
XYZ 39.79 20.56 36.52 -
YUV 106.72 159.77 215.93 -
System Red Green Blue C M Y K H S L
Decimal 230 33 163 0 0.86 0.29 0.10 320.41 0.8 0.52
Hex E6 21 A3 0 56 1D A 140 50 34
Octal 346 41 243 0 126 35 12 500 120 64
Binary 11100110 100001 10100011 0 1010110 11101 1010 101000000 1010000 110100

Color Harmonies of #E621A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E621A3

Black with #E621A3

Text Example


Text Example

White with #E621A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E621A3; }

 p { color: rgb(230,33,163); }

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

background-color css

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

 a { background-color: rgb(230,33,163); }

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

border-color css

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

 span { border-color: rgb(230,33,163); }

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