Html Css Color HEX #E7269B Persian Rose

📋 copy color: '#E7269B'

red 231 ◦ green 38 ◦ blue 155

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

Shades of Persian Rose #E7269B

Tints of Persian Rose #E7269B

RGB

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

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

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

R = 54.48%
G = 8.96%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7269B (or 0xE7269B) is known color: Persian Rose. HEX triplet: E7, 26 and 9B. RGB value is (231,38,155). Sum of RGB (Red+Green+Blue) = 231+38+155=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E7269B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7269B is #18D964. Grayscale: #6C6C6C. Windows color (decimal): -1628517 or 10168039. OLE color: 10168039.

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

Color convert

RGB 231 38 155 -
CMYK 0 0.84 0.33 0.09
HSL 323.63º 0.8% 0.53% -
HSV(B) 323.63º 0.84% 0.91% -
XYZ 39.56 20.74 32.93 -
YUV 109.05 153.94 214.99 -
System Red Green Blue C M Y K H S L
Decimal 231 38 155 0 0.84 0.33 0.09 323.63 0.8 0.53
Hex E7 26 9B 0 54 21 9 144 50 35
Octal 347 46 233 0 124 41 11 504 120 65
Binary 11100111 100110 10011011 0 1010100 100001 1001 101000100 1010000 110101

Color Harmonies of #E7269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7269B

Black with #E7269B

Text Example


Text Example

White with #E7269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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