Html Css Color HEX #E6289C Persian Rose

📋 copy color: '#E6289C'

red 230 ◦ green 40 ◦ blue 156

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

Shades of Persian Rose #E6289C

Tints of Persian Rose #E6289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.39%

 BLUE value IS 156 (61.33% from 255) = 36.62%

R = 53.99%
G = 9.39%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6289C (or 0xE6289C) is known color: Persian Rose. HEX triplet: E6, 28 and 9C. RGB value is (230,40,156). Sum of RGB (Red+Green+Blue) = 230+40+156=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6289C is #19D763. Grayscale: #6D6D6D. Windows color (decimal): -1693540 or 10234086. OLE color: 10234086.

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

Color convert

RGB 230 40 156 -
CMYK 0 0.83 0.32 0.10
HSL 323.37º 0.79% 0.53% -
HSV(B) 323.37º 0.83% 0.9% -
XYZ 39.39 20.74 33.38 -
YUV 110.03 153.95 213.57 -
System Red Green Blue C M Y K H S L
Decimal 230 40 156 0 0.83 0.32 0.10 323.37 0.79 0.53
Hex E6 28 9C 0 53 20 A 143 4F 35
Octal 346 50 234 0 123 40 12 503 117 65
Binary 11100110 101000 10011100 0 1010011 100000 1010 101000011 1001111 110101

Color Harmonies of #E6289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6289C

Black with #E6289C

Text Example


Text Example

White with #E6289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6289C; }

 p { color: rgb(230,40,156); }

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

background-color css

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

 a { background-color: rgb(230,40,156); }

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

border-color css

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

 span { border-color: rgb(230,40,156); }

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