Html Css Color HEX #E6249E Persian Rose

📋 copy color: '#E6249E'

red 230 ◦ green 36 ◦ blue 158

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

Shades of Persian Rose #E6249E

Tints of Persian Rose #E6249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.49%

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

R = 54.25%
G = 8.49%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6249E (or 0xE6249E) is known color: Persian Rose. HEX triplet: E6, 24 and 9E. RGB value is (230,36,158). Sum of RGB (Red+Green+Blue) = 230+36+158=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6249E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6249E is #19DB61. Grayscale: #6B6B6B. Windows color (decimal): -1694562 or 10364134. OLE color: 10364134.

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

Color convert

RGB 230 36 158 -
CMYK 0 0.84 0.31 0.10
HSL 322.27º 0.8% 0.52% -
HSV(B) 322.27º 0.84% 0.9% -
XYZ 39.44 20.55 34.24 -
YUV 107.91 156.27 215.08 -
System Red Green Blue C M Y K H S L
Decimal 230 36 158 0 0.84 0.31 0.10 322.27 0.8 0.52
Hex E6 24 9E 0 54 1F A 142 50 34
Octal 346 44 236 0 124 37 12 502 120 64
Binary 11100110 100100 10011110 0 1010100 11111 1010 101000010 1010000 110100

Color Harmonies of #E6249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6249E

Black with #E6249E

Text Example


Text Example

White with #E6249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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