Html Css Color HEX #E7299B Persian Rose

📋 copy color: '#E7299B'

red 231 ◦ green 41 ◦ blue 155

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

Shades of Persian Rose #E7299B

Tints of Persian Rose #E7299B

RGB

 RED value IS 231 (90.63% from 255) = 54.1%

 GREEN value IS 41 (16.41% from 255) = 9.6%

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 54.1%
G = 9.6%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7299B (or 0xE7299B) is known color: Persian Rose. HEX triplet: E7, 29 and 9B. RGB value is (231,41,155). Sum of RGB (Red+Green+Blue) = 231+41+155=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7299B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7299B is #18D664. Grayscale: #6E6E6E. Windows color (decimal): -1627749 or 10168807. OLE color: 10168807.

HSL color Cylindrical-coordinate representation of color #E7299B: hue angle of 324º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7299B is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 41 155 -
CMYK 0 0.82 0.33 0.09
HSL 324º 0.8% 0.53% -
HSV(B) 324º 0.82% 0.91% -
XYZ 39.66 20.94 32.96 -
YUV 110.81 152.95 213.73 -
System Red Green Blue C M Y K H S L
Decimal 231 41 155 0 0.82 0.33 0.09 324 0.8 0.53
Hex E7 29 9B 0 52 21 9 144 50 35
Octal 347 51 233 0 122 41 11 504 120 65
Binary 11100111 101001 10011011 0 1010010 100001 1001 101000100 1010000 110101

Color Harmonies of #E7299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7299B

Black with #E7299B

Text Example


Text Example

White with #E7299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7299B; }

 p { color: rgb(231,41,155); }

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

background-color css

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

 a { background-color: rgb(231,41,155); }

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

border-color css

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

 span { border-color: rgb(231,41,155); }

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