Html Css Color HEX #E3259E Persian Rose

📋 copy color: '#E3259E'

red 227 ◦ green 37 ◦ blue 158

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

Shades of Persian Rose #E3259E

Tints of Persian Rose #E3259E

RGB

 RED value IS 227 (89.06% from 255) = 53.79%

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

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

R = 53.79%
G = 8.77%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E3259E (or 0xE3259E) is known color: Persian Rose. HEX triplet: E3, 25 and 9E. RGB value is (227,37,158). Sum of RGB (Red+Green+Blue) = 227+37+158=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E3259E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3259E is #1CDA61. Grayscale: #6B6B6B. Windows color (decimal): -1890914 or 10364387. OLE color: 10364387.

HSL color Cylindrical-coordinate representation of color #E3259E: hue angle of 321.79º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3259E is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 37 158 -
CMYK 0 0.84 0.30 0.11
HSL 321.79º 0.77% 0.52% -
HSV(B) 321.79º 0.84% 0.89% -
XYZ 38.51 20.12 34.2 -
YUV 107.6 156.45 213.16 -
System Red Green Blue C M Y K H S L
Decimal 227 37 158 0 0.84 0.30 0.11 321.79 0.77 0.52
Hex E3 25 9E 0 54 1E B 142 4D 34
Octal 343 45 236 0 124 36 13 502 115 64
Binary 11100011 100101 10011110 0 1010100 11110 1011 101000010 1001101 110100

Color Harmonies of #E3259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3259E

Black with #E3259E

Text Example


Text Example

White with #E3259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3259E; }

 p { color: rgb(227,37,158); }

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

background-color css

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

 a { background-color: rgb(227,37,158); }

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

border-color css

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

 span { border-color: rgb(227,37,158); }

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