Html Css Color HEX #E3259D Persian Rose

📋 copy color: '#E3259D'

red 227 ◦ green 37 ◦ blue 157

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

Shades of Persian Rose #E3259D

Tints of Persian Rose #E3259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 53.92%
G = 8.79%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E3259D (or 0xE3259D) is known color: Persian Rose. HEX triplet: E3, 25 and 9D. RGB value is (227,37,157). Sum of RGB (Red+Green+Blue) = 227+37+157=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E3259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3259D is #1CDA62. Grayscale: #6B6B6B. Windows color (decimal): -1890915 or 10298851. OLE color: 10298851.

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

Color convert

RGB 227 37 157 -
CMYK 0 0.84 0.31 0.11
HSL 322.11º 0.77% 0.52% -
HSV(B) 322.11º 0.84% 0.89% -
XYZ 38.43 20.09 33.75 -
YUV 107.49 155.95 213.24 -
System Red Green Blue C M Y K H S L
Decimal 227 37 157 0 0.84 0.31 0.11 322.11 0.77 0.52
Hex E3 25 9D 0 54 1F B 142 4D 34
Octal 343 45 235 0 124 37 13 502 115 64
Binary 11100011 100101 10011101 0 1010100 11111 1011 101000010 1001101 110100

Color Harmonies of #E3259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3259D

Black with #E3259D

Text Example


Text Example

White with #E3259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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