Html Css Color HEX #E6209A Persian Rose

📋 copy color: '#E6209A'

red 230 ◦ green 32 ◦ blue 154

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

Shades of Persian Rose #E6209A

Tints of Persian Rose #E6209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 55.29%
G = 7.69%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6209A (or 0xE6209A) is known color: Persian Rose. HEX triplet: E6, 20 and 9A. RGB value is (230,32,154). Sum of RGB (Red+Green+Blue) = 230+32+154=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E6209A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6209A is #19DF65. Grayscale: #686868. Windows color (decimal): -1695590 or 10100966. OLE color: 10100966.

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

Color convert

RGB 230 32 154 -
CMYK 0 0.86 0.33 0.10
HSL 323.03º 0.8% 0.51% -
HSV(B) 323.03º 0.86% 0.9% -
XYZ 38.98 20.19 32.41 -
YUV 105.11 155.6 217.08 -
System Red Green Blue C M Y K H S L
Decimal 230 32 154 0 0.86 0.33 0.10 323.03 0.8 0.51
Hex E6 20 9A 0 56 21 A 143 50 33
Octal 346 40 232 0 126 41 12 503 120 63
Binary 11100110 100000 10011010 0 1010110 100001 1010 101000011 1010000 110011

Color Harmonies of #E6209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6209A

Black with #E6209A

Text Example


Text Example

White with #E6209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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