Html Css Color HEX #E5269D Persian Rose

📋 copy color: '#E5269D'

red 229 ◦ green 38 ◦ blue 157

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

Shades of Persian Rose #E5269D

Tints of Persian Rose #E5269D

RGB

 RED value IS 229 (89.84% from 255) = 54.01%

 GREEN value IS 38 (15.23% from 255) = 8.96%

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

R = 54.01%
G = 8.96%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5269D (or 0xE5269D) is known color: Persian Rose. HEX triplet: E5, 26 and 9D. RGB value is (229,38,157). Sum of RGB (Red+Green+Blue) = 229+38+157=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5269D is #1AD962. Grayscale: #6C6C6C. Windows color (decimal): -1759587 or 10299109. OLE color: 10299109.

HSL color Cylindrical-coordinate representation of color #E5269D: hue angle of 322.62º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5269D is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 38 157 -
CMYK 0 0.83 0.31 0.10
HSL 322.62º 0.79% 0.52% -
HSV(B) 322.62º 0.83% 0.9% -
XYZ 39.09 20.48 33.79 -
YUV 108.68 155.28 213.82 -
System Red Green Blue C M Y K H S L
Decimal 229 38 157 0 0.83 0.31 0.10 322.62 0.79 0.52
Hex E5 26 9D 0 53 1F A 143 4F 34
Octal 345 46 235 0 123 37 12 503 117 64
Binary 11100101 100110 10011101 0 1010011 11111 1010 101000011 1001111 110100

Color Harmonies of #E5269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5269D

Black with #E5269D

Text Example


Text Example

White with #E5269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5269D; }

 p { color: rgb(229,38,157); }

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

background-color css

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

 a { background-color: rgb(229,38,157); }

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

border-color css

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

 span { border-color: rgb(229,38,157); }

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