Html Css Color HEX #E6209B Persian Rose

📋 copy color: '#E6209B'

red 230 ◦ green 32 ◦ blue 155

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

Shades of Persian Rose #E6209B

Tints of Persian Rose #E6209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 55.16%
G = 7.67%
B = 37.17%

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

#E6209B (or 0xE6209B) is known color: Persian Rose. HEX triplet: E6, 20 and 9B. RGB value is (230,32,155). Sum of RGB (Red+Green+Blue) = 230+32+155=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6209B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6209B is #19DF64. Grayscale: #686868. Windows color (decimal): -1695589 or 10166502. OLE color: 10166502.

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

Color convert

RGB 230 32 155 -
CMYK 0 0.86 0.33 0.10
HSL 322.73º 0.8% 0.51% -
HSV(B) 322.73º 0.86% 0.9% -
XYZ 39.07 20.22 32.85 -
YUV 105.22 156.1 217 -
System Red Green Blue C M Y K H S L
Decimal 230 32 155 0 0.86 0.33 0.10 322.73 0.8 0.51
Hex E6 20 9B 0 56 21 A 143 50 33
Octal 346 40 233 0 126 41 12 503 120 63
Binary 11100110 100000 10011011 0 1010110 100001 1010 101000011 1010000 110011

Color Harmonies of #E6209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6209B

Black with #E6209B

Text Example


Text Example

White with #E6209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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