Html Css Color HEX #E740B2 Persian Rose

📋 copy color: '#E740B2'

red 231 ◦ green 64 ◦ blue 178

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

Shades of Persian Rose #E740B2

Tints of Persian Rose #E740B2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.53%

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 48.84%
G = 13.53%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E740B2 (or 0xE740B2) is known color: Persian Rose. HEX triplet: E7, 40 and B2. RGB value is (231,64,178). Sum of RGB (Red+Green+Blue) = 231+64+178=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E740B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E740B2 is #18BF4D. Grayscale: #7E7E7E. Windows color (decimal): -1621838 or 11682023. OLE color: 11682023.

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

Color convert

RGB 231 64 178 -
CMYK 0 0.72 0.23 0.09
HSL 319.04º 0.78% 0.58% -
HSV(B) 319.04º 0.72% 0.91% -
XYZ 42.82 23.87 44.47 -
YUV 126.93 156.83 202.23 -
System Red Green Blue C M Y K H S L
Decimal 231 64 178 0 0.72 0.23 0.09 319.04 0.78 0.58
Hex E7 40 B2 0 48 17 9 13F 4E 3A
Octal 347 100 262 0 110 27 11 477 116 72
Binary 11100111 1000000 10110010 0 1001000 10111 1001 100111111 1001110 111010

Color Harmonies of #E740B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740B2

Black with #E740B2

Text Example


Text Example

White with #E740B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740B2; }

 p { color: rgb(231,64,178); }

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

background-color css

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

 a { background-color: rgb(231,64,178); }

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

border-color css

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

 span { border-color: rgb(231,64,178); }

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