Html Css Color HEX #E6249C Persian Rose

📋 copy color: '#E6249C'

red 230 ◦ green 36 ◦ blue 156

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

Shades of Persian Rose #E6249C

Tints of Persian Rose #E6249C

RGB

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

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

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

R = 54.5%
G = 8.53%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6249C (or 0xE6249C) is known color: Persian Rose. HEX triplet: E6, 24 and 9C. RGB value is (230,36,156). Sum of RGB (Red+Green+Blue) = 230+36+156=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6249C is #19DB63. Grayscale: #6B6B6B. Windows color (decimal): -1694564 or 10233062. OLE color: 10233062.

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

Color convert

RGB 230 36 156 -
CMYK 0 0.84 0.32 0.10
HSL 322.89º 0.8% 0.52% -
HSV(B) 322.89º 0.84% 0.9% -
XYZ 39.26 20.49 33.34 -
YUV 107.69 155.27 215.24 -
System Red Green Blue C M Y K H S L
Decimal 230 36 156 0 0.84 0.32 0.10 322.89 0.8 0.52
Hex E6 24 9C 0 54 20 A 143 50 34
Octal 346 44 234 0 124 40 12 503 120 64
Binary 11100110 100100 10011100 0 1010100 100000 1010 101000011 1010000 110100

Color Harmonies of #E6249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6249C

Black with #E6249C

Text Example


Text Example

White with #E6249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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