Html Css Color HEX #E6309E Persian Rose

📋 copy color: '#E6309E'

red 230 ◦ green 48 ◦ blue 158

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

Shades of Persian Rose #E6309E

Tints of Persian Rose #E6309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.01%

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

R = 52.75%
G = 11.01%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6309E (or 0xE6309E) is known color: Persian Rose. HEX triplet: E6, 30 and 9E. RGB value is (230,48,158). Sum of RGB (Red+Green+Blue) = 230+48+158=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6309E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6309E is #19CF61. Grayscale: #727272. Windows color (decimal): -1691490 or 10367206. OLE color: 10367206.

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

Color convert

RGB 230 48 158 -
CMYK 0 0.79 0.31 0.10
HSL 323.74º 0.78% 0.55% -
HSV(B) 323.74º 0.79% 0.9% -
XYZ 39.86 21.41 34.38 -
YUV 114.96 152.3 210.06 -
System Red Green Blue C M Y K H S L
Decimal 230 48 158 0 0.79 0.31 0.10 323.74 0.78 0.55
Hex E6 30 9E 0 4F 1F A 144 4E 37
Octal 346 60 236 0 117 37 12 504 116 67
Binary 11100110 110000 10011110 0 1001111 11111 1010 101000100 1001110 110111

Color Harmonies of #E6309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6309E

Black with #E6309E

Text Example


Text Example

White with #E6309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6309E; }

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

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

background-color css

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

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

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

border-color css

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

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

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