Html Css Color HEX #E739B0 Persian Rose

📋 copy color: '#E739B0'

red 231 ◦ green 57 ◦ blue 176

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

Shades of Persian Rose #E739B0

Tints of Persian Rose #E739B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 49.78%
G = 12.28%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E739B0 (or 0xE739B0) is known color: Persian Rose. HEX triplet: E7, 39 and B0. RGB value is (231,57,176). Sum of RGB (Red+Green+Blue) = 231+57+176=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E739B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E739B0 is #18C64F. Grayscale: #7A7A7A. Windows color (decimal): -1623632 or 11549159. OLE color: 11549159.

HSL color Cylindrical-coordinate representation of color #E739B0: hue angle of 318.97º 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 #E739B0 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 57 176 -
CMYK 0 0.75 0.24 0.09
HSL 318.97º 0.78% 0.56% -
HSV(B) 318.97º 0.75% 0.91% -
XYZ 42.25 23.05 43.3 -
YUV 122.59 158.15 205.32 -
System Red Green Blue C M Y K H S L
Decimal 231 57 176 0 0.75 0.24 0.09 318.97 0.78 0.56
Hex E7 39 B0 0 4B 18 9 13F 4E 38
Octal 347 71 260 0 113 30 11 477 116 70
Binary 11100111 111001 10110000 0 1001011 11000 1001 100111111 1001110 111000

Color Harmonies of #E739B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E739B0

Black with #E739B0

Text Example


Text Example

White with #E739B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E739B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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