Html Css Color HEX #E6259C Persian Rose

📋 copy color: '#E6259C'

red 230 ◦ green 37 ◦ blue 156

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

Shades of Persian Rose #E6259C

Tints of Persian Rose #E6259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.75%

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

R = 54.37%
G = 8.75%
B = 36.88%

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

#E6259C (or 0xE6259C) is known color: Persian Rose. HEX triplet: E6, 25 and 9C. RGB value is (230,37,156). Sum of RGB (Red+Green+Blue) = 230+37+156=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E6259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6259C is #19DA63. Grayscale: #6B6B6B. Windows color (decimal): -1694308 or 10233318. OLE color: 10233318.

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

Color convert

RGB 230 37 156 -
CMYK 0 0.84 0.32 0.10
HSL 323.01º 0.79% 0.52% -
HSV(B) 323.01º 0.84% 0.9% -
XYZ 39.3 20.55 33.35 -
YUV 108.27 154.94 214.82 -
System Red Green Blue C M Y K H S L
Decimal 230 37 156 0 0.84 0.32 0.10 323.01 0.79 0.52
Hex E6 25 9C 0 54 20 A 143 4F 34
Octal 346 45 234 0 124 40 12 503 117 64
Binary 11100110 100101 10011100 0 1010100 100000 1010 101000011 1001111 110100

Color Harmonies of #E6259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6259C

Black with #E6259C

Text Example


Text Example

White with #E6259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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