Html Css Color HEX #E674B7 Persian Pink

📋 copy color: '#E674B7'

red 230 ◦ green 116 ◦ blue 183

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

Shades of Persian Pink #E674B7

Tints of Persian Pink #E674B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.59%

R = 43.48%
G = 21.93%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E674B7 (or 0xE674B7) is known color: Persian Pink. HEX triplet: E6, 74 and B7. RGB value is (230,116,183). Sum of RGB (Red+Green+Blue) = 230+116+183=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E674B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674B7 is #198B48. Grayscale: #9D9D9D. Windows color (decimal): -1674057 or 12023014. OLE color: 12023014.

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

Color convert

RGB 230 116 183 -
CMYK 0 0.50 0.20 0.10
HSL 324.74º 0.7% 0.68% -
HSV(B) 324.74º 0.5% 0.9% -
XYZ 47.43 32.73 48.62 -
YUV 157.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 230 116 183 0 0.50 0.20 0.10 324.74 0.7 0.68
Hex E6 74 B7 0 32 14 A 145 46 44
Octal 346 164 267 0 62 24 12 505 106 104
Binary 11100110 1110100 10110111 0 110010 10100 1010 101000101 1000110 1000100

Color Harmonies of #E674B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674B7

Black with #E674B7

Text Example


Text Example

White with #E674B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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