Html Css Color HEX #E6249F Persian Rose

📋 copy color: '#E6249F'

red 230 ◦ green 36 ◦ blue 159

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

Shades of Persian Rose #E6249F

Tints of Persian Rose #E6249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.41%

R = 54.12%
G = 8.47%
B = 37.41%

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

#E6249F (or 0xE6249F) is known color: Persian Rose. HEX triplet: E6, 24 and 9F. RGB value is (230,36,159). Sum of RGB (Red+Green+Blue) = 230+36+159=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6249F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6249F is #19DB60. Grayscale: #6B6B6B. Windows color (decimal): -1694561 or 10429670. OLE color: 10429670.

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

Color convert

RGB 230 36 159 -
CMYK 0 0.84 0.31 0.10
HSL 321.96º 0.8% 0.52% -
HSV(B) 321.96º 0.84% 0.9% -
XYZ 39.52 20.59 34.69 -
YUV 108.03 156.77 215 -
System Red Green Blue C M Y K H S L
Decimal 230 36 159 0 0.84 0.31 0.10 321.96 0.8 0.52
Hex E6 24 9F 0 54 1F A 142 50 34
Octal 346 44 237 0 124 37 12 502 120 64
Binary 11100110 100100 10011111 0 1010100 11111 1010 101000010 1010000 110100

Color Harmonies of #E6249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6249F

Black with #E6249F

Text Example


Text Example

White with #E6249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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