Html Css Color HEX #E674BD Persian Pink

📋 copy color: '#E674BD'

red 230 ◦ green 116 ◦ blue 189

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

Shades of Persian Pink #E674BD

Tints of Persian Pink #E674BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.33%

R = 42.99%
G = 21.68%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E674BD (or 0xE674BD) is known color: Persian Pink. HEX triplet: E6, 74 and BD. RGB value is (230,116,189). Sum of RGB (Red+Green+Blue) = 230+116+189=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E674BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674BD is #198B42. Grayscale: #9E9E9E. Windows color (decimal): -1674051 or 12416230. OLE color: 12416230.

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

Color convert

RGB 230 116 189 -
CMYK 0 0.50 0.18 0.10
HSL 321.58º 0.7% 0.68% -
HSV(B) 321.58º 0.5% 0.9% -
XYZ 48.06 32.99 51.98 -
YUV 158.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 230 116 189 0 0.50 0.18 0.10 321.58 0.7 0.68
Hex E6 74 BD 0 32 12 A 142 46 44
Octal 346 164 275 0 62 22 12 502 106 104
Binary 11100110 1110100 10111101 0 110010 10010 1010 101000010 1000110 1000100

Color Harmonies of #E674BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674BD

Black with #E674BD

Text Example


Text Example

White with #E674BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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