Html Css Color HEX #E6209D Persian Rose

📋 copy color: '#E6209D'

red 230 ◦ green 32 ◦ blue 157

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

Shades of Persian Rose #E6209D

Tints of Persian Rose #E6209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.64%

 BLUE value IS 157 (61.72% from 255) = 37.47%

R = 54.89%
G = 7.64%
B = 37.47%

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

#E6209D (or 0xE6209D) is known color: Persian Rose. HEX triplet: E6, 20 and 9D. RGB value is (230,32,157). Sum of RGB (Red+Green+Blue) = 230+32+157=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E6209D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6209D is #19DF62. Grayscale: #696969. Windows color (decimal): -1695587 or 10297574. OLE color: 10297574.

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

Color convert

RGB 230 32 157 -
CMYK 0 0.86 0.32 0.10
HSL 322.12º 0.8% 0.51% -
HSV(B) 322.12º 0.86% 0.9% -
XYZ 39.24 20.29 33.75 -
YUV 105.45 157.1 216.84 -
System Red Green Blue C M Y K H S L
Decimal 230 32 157 0 0.86 0.32 0.10 322.12 0.8 0.51
Hex E6 20 9D 0 56 20 A 142 50 33
Octal 346 40 235 0 126 40 12 502 120 63
Binary 11100110 100000 10011101 0 1010110 100000 1010 101000010 1010000 110011

Color Harmonies of #E6209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6209D

Black with #E6209D

Text Example


Text Example

White with #E6209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6209D; }

 p { color: rgb(230,32,157); }

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

background-color css

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

 a { background-color: rgb(230,32,157); }

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

border-color css

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

 span { border-color: rgb(230,32,157); }

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