Html Css Color HEX #E674BA Persian Pink

📋 copy color: '#E674BA'

red 230 ◦ green 116 ◦ blue 186

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

Shades of Persian Pink #E674BA

Tints of Persian Pink #E674BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 43.23%
G = 21.8%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E674BA (or 0xE674BA) is known color: Persian Pink. HEX triplet: E6, 74 and BA. RGB value is (230,116,186). Sum of RGB (Red+Green+Blue) = 230+116+186=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E674BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674BA is #198B45. Grayscale: #9D9D9D. Windows color (decimal): -1674054 or 12219622. OLE color: 12219622.

HSL color Cylindrical-coordinate representation of color #E674BA: hue angle of 323.16º 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 #E674BA is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 116 186 -
CMYK 0 0.50 0.19 0.10
HSL 323.16º 0.7% 0.68% -
HSV(B) 323.16º 0.5% 0.9% -
XYZ 47.74 32.86 50.28 -
YUV 158.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 230 116 186 0 0.50 0.19 0.10 323.16 0.7 0.68
Hex E6 74 BA 0 32 13 A 143 46 44
Octal 346 164 272 0 62 23 12 503 106 104
Binary 11100110 1110100 10111010 0 110010 10011 1010 101000011 1000110 1000100

Color Harmonies of #E674BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674BA

Black with #E674BA

Text Example


Text Example

White with #E674BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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