Html Css Color HEX #E732B4 Persian Rose

📋 copy color: '#E732B4'

red 231 ◦ green 50 ◦ blue 180

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

Shades of Persian Rose #E732B4

Tints of Persian Rose #E732B4

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.85%

 BLUE value IS 180 (70.7% from 255) = 39.05%

R = 50.11%
G = 10.85%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E732B4 (or 0xE732B4) is known color: Persian Rose. HEX triplet: E7, 32 and B4. RGB value is (231,50,180). Sum of RGB (Red+Green+Blue) = 231+50+180=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E732B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E732B4 is #18CD4B. Grayscale: #767676. Windows color (decimal): -1625420 or 11809511. OLE color: 11809511.

HSL color Cylindrical-coordinate representation of color #E732B4: hue angle of 316.91º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E732B4 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 50 180 -
CMYK 0 0.78 0.22 0.09
HSL 316.91º 0.79% 0.55% -
HSV(B) 316.91º 0.78% 0.91% -
XYZ 42.33 22.57 45.3 -
YUV 118.94 162.47 207.93 -
System Red Green Blue C M Y K H S L
Decimal 231 50 180 0 0.78 0.22 0.09 316.91 0.79 0.55
Hex E7 32 B4 0 4E 16 9 13D 4F 37
Octal 347 62 264 0 116 26 11 475 117 67
Binary 11100111 110010 10110100 0 1001110 10110 1001 100111101 1001111 110111

Color Harmonies of #E732B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E732B4

Black with #E732B4

Text Example


Text Example

White with #E732B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E732B4; }

 p { color: rgb(231,50,180); }

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

background-color css

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

 a { background-color: rgb(231,50,180); }

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

border-color css

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

 span { border-color: rgb(231,50,180); }

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