Html Css Color HEX #E674B8 Persian Pink

📋 copy color: '#E674B8'

red 230 ◦ green 116 ◦ blue 184

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

Shades of Persian Pink #E674B8

Tints of Persian Pink #E674B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.72%

R = 43.4%
G = 21.89%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.2

 K value IS 0.10

RGB Variations

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

Color information

#E674B8 (or 0xE674B8) is known color: Persian Pink. HEX triplet: E6, 74 and B8. RGB value is (230,116,184). Sum of RGB (Red+Green+Blue) = 230+116+184=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E674B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674B8 is #198B47. Grayscale: #9D9D9D. Windows color (decimal): -1674056 or 12088550. OLE color: 12088550.

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

Color convert

RGB 230 116 184 -
CMYK 0 0.50 0.2 0.10
HSL 324.21º 0.7% 0.68% -
HSV(B) 324.21º 0.5% 0.9% -
XYZ 47.53 32.77 49.17 -
YUV 157.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 230 116 184 0 0.50 0.2 0.10 324.21 0.7 0.68
Hex E6 74 B8 0 32 14 A 144 46 44
Octal 346 164 270 0 62 24 12 504 106 104
Binary 11100110 1110100 10111000 0 110010 10100 1010 101000100 1000110 1000100

Color Harmonies of #E674B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674B8

Black with #E674B8

Text Example


Text Example

White with #E674B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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