Html Css Color HEX #E739B2 Persian Rose

📋 copy color: '#E739B2'

red 231 ◦ green 57 ◦ blue 178

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

Shades of Persian Rose #E739B2

Tints of Persian Rose #E739B2

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.23%

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

R = 49.57%
G = 12.23%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E739B2 (or 0xE739B2) is known color: Persian Rose. HEX triplet: E7, 39 and B2. RGB value is (231,57,178). Sum of RGB (Red+Green+Blue) = 231+57+178=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E739B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E739B2 is #18C64D. Grayscale: #7A7A7A. Windows color (decimal): -1623630 or 11680231. OLE color: 11680231.

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

Color convert

RGB 231 57 178 -
CMYK 0 0.75 0.23 0.09
HSL 318.28º 0.78% 0.56% -
HSV(B) 318.28º 0.75% 0.91% -
XYZ 42.45 23.13 44.35 -
YUV 122.82 159.15 205.16 -
System Red Green Blue C M Y K H S L
Decimal 231 57 178 0 0.75 0.23 0.09 318.28 0.78 0.56
Hex E7 39 B2 0 4B 17 9 13E 4E 38
Octal 347 71 262 0 113 27 11 476 116 70
Binary 11100111 111001 10110010 0 1001011 10111 1001 100111110 1001110 111000

Color Harmonies of #E739B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E739B2

Black with #E739B2

Text Example


Text Example

White with #E739B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E739B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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