Html Css Color HEX #E6249A Persian Rose

📋 copy color: '#E6249A'

red 230 ◦ green 36 ◦ blue 154

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

Shades of Persian Rose #E6249A

Tints of Persian Rose #E6249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 54.76%
G = 8.57%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6249A (or 0xE6249A) is known color: Persian Rose. HEX triplet: E6, 24 and 9A. RGB value is (230,36,154). Sum of RGB (Red+Green+Blue) = 230+36+154=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6249A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6249A is #19DB65. Grayscale: #6B6B6B. Windows color (decimal): -1694566 or 10101990. OLE color: 10101990.

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

Color convert

RGB 230 36 154 -
CMYK 0 0.84 0.33 0.10
HSL 323.51º 0.8% 0.52% -
HSV(B) 323.51º 0.84% 0.9% -
XYZ 39.1 20.42 32.45 -
YUV 107.46 154.27 215.41 -
System Red Green Blue C M Y K H S L
Decimal 230 36 154 0 0.84 0.33 0.10 323.51 0.8 0.52
Hex E6 24 9A 0 54 21 A 144 50 34
Octal 346 44 232 0 124 41 12 504 120 64
Binary 11100110 100100 10011010 0 1010100 100001 1010 101000100 1010000 110100

Color Harmonies of #E6249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6249A

Black with #E6249A

Text Example


Text Example

White with #E6249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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