Html Css Color HEX #E6209E Persian Rose

📋 copy color: '#E6209E'

red 230 ◦ green 32 ◦ blue 158

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

Shades of Persian Rose #E6209E

Tints of Persian Rose #E6209E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 54.76%
G = 7.62%
B = 37.62%

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

#E6209E (or 0xE6209E) is known color: Persian Rose. HEX triplet: E6, 20 and 9E. RGB value is (230,32,158). Sum of RGB (Red+Green+Blue) = 230+32+158=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6209E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6209E is #19DF61. Grayscale: #696969. Windows color (decimal): -1695586 or 10363110. OLE color: 10363110.

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

Color convert

RGB 230 32 158 -
CMYK 0 0.86 0.31 0.10
HSL 321.82º 0.8% 0.51% -
HSV(B) 321.82º 0.86% 0.9% -
XYZ 39.32 20.32 34.2 -
YUV 105.57 157.6 216.75 -
System Red Green Blue C M Y K H S L
Decimal 230 32 158 0 0.86 0.31 0.10 321.82 0.8 0.51
Hex E6 20 9E 0 56 1F A 142 50 33
Octal 346 40 236 0 126 37 12 502 120 63
Binary 11100110 100000 10011110 0 1010110 11111 1010 101000010 1010000 110011

Color Harmonies of #E6209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6209E

Black with #E6209E

Text Example


Text Example

White with #E6209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6209E; }

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

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

background-color css

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

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

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

border-color css

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

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

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