Html Css Color HEX #E6219F Persian Rose

📋 copy color: '#E6219F'

red 230 ◦ green 33 ◦ blue 159

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

Shades of Persian Rose #E6219F

Tints of Persian Rose #E6219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 54.5%
G = 7.82%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6219F (or 0xE6219F) is known color: Persian Rose. HEX triplet: E6, 21 and 9F. RGB value is (230,33,159). Sum of RGB (Red+Green+Blue) = 230+33+159=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6219F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6219F is #19DE60. Grayscale: #696969. Windows color (decimal): -1695329 or 10428902. OLE color: 10428902.

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

Color convert

RGB 230 33 159 -
CMYK 0 0.86 0.31 0.10
HSL 321.62º 0.8% 0.52% -
HSV(B) 321.62º 0.86% 0.9% -
XYZ 39.43 20.41 34.66 -
YUV 106.27 157.77 216.25 -
System Red Green Blue C M Y K H S L
Decimal 230 33 159 0 0.86 0.31 0.10 321.62 0.8 0.52
Hex E6 21 9F 0 56 1F A 142 50 34
Octal 346 41 237 0 126 37 12 502 120 64
Binary 11100110 100001 10011111 0 1010110 11111 1010 101000010 1010000 110100

Color Harmonies of #E6219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6219F

Black with #E6219F

Text Example


Text Example

White with #E6219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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