Html Css Color HEX #E6219C Persian Rose

📋 copy color: '#E6219C'

red 230 ◦ green 33 ◦ blue 156

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

Shades of Persian Rose #E6219C

Tints of Persian Rose #E6219C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.23%

R = 54.89%
G = 7.88%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6219C (or 0xE6219C) is known color: Persian Rose. HEX triplet: E6, 21 and 9C. RGB value is (230,33,156). Sum of RGB (Red+Green+Blue) = 230+33+156=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E6219C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6219C is #19DE63. Grayscale: #696969. Windows color (decimal): -1695332 or 10232294. OLE color: 10232294.

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

Color convert

RGB 230 33 156 -
CMYK 0 0.86 0.32 0.10
HSL 322.54º 0.8% 0.52% -
HSV(B) 322.54º 0.86% 0.9% -
XYZ 39.18 20.31 33.31 -
YUV 105.93 156.27 216.5 -
System Red Green Blue C M Y K H S L
Decimal 230 33 156 0 0.86 0.32 0.10 322.54 0.8 0.52
Hex E6 21 9C 0 56 20 A 143 50 34
Octal 346 41 234 0 126 40 12 503 120 64
Binary 11100110 100001 10011100 0 1010110 100000 1010 101000011 1010000 110100

Color Harmonies of #E6219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6219C

Black with #E6219C

Text Example


Text Example

White with #E6219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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