Html Css Color HEX #E674BF Persian Pink

📋 copy color: '#E674BF'

red 230 ◦ green 116 ◦ blue 191

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

Shades of Persian Pink #E674BF

Tints of Persian Pink #E674BF

RGB

 RED value IS 230 (90.23% from 255) = 42.83%

 GREEN value IS 116 (45.7% from 255) = 21.6%

 BLUE value IS 191 (75% from 255) = 35.57%

R = 42.83%
G = 21.6%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E674BF (or 0xE674BF) is known color: Persian Pink. HEX triplet: E6, 74 and BF. RGB value is (230,116,191). Sum of RGB (Red+Green+Blue) = 230+116+191=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E674BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674BF is #198B40. Grayscale: #9E9E9E. Windows color (decimal): -1674049 or 12547302. OLE color: 12547302.

HSL color Cylindrical-coordinate representation of color #E674BF: hue angle of 320.53º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E674BF is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 116 191 -
CMYK 0 0.50 0.17 0.10
HSL 320.53º 0.7% 0.68% -
HSV(B) 320.53º 0.5% 0.9% -
XYZ 48.28 33.08 53.13 -
YUV 158.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 230 116 191 0 0.50 0.17 0.10 320.53 0.7 0.68
Hex E6 74 BF 0 32 11 A 141 46 44
Octal 346 164 277 0 62 21 12 501 106 104
Binary 11100110 1110100 10111111 0 110010 10001 1010 101000001 1000110 1000100

Color Harmonies of #E674BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674BF

Black with #E674BF

Text Example


Text Example

White with #E674BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674BF; }

 p { color: rgb(230,116,191); }

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

background-color css

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

 a { background-color: rgb(230,116,191); }

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

border-color css

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

 span { border-color: rgb(230,116,191); }

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