Html Css Color HEX #E676B8 Persian Pink

📋 copy color: '#E676B8'

red 230 ◦ green 118 ◦ blue 184

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

Shades of Persian Pink #E676B8

Tints of Persian Pink #E676B8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.18%

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

R = 43.23%
G = 22.18%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.2

 K value IS 0.10

RGB Variations

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

Color information

#E676B8 (or 0xE676B8) is known color: Persian Pink. HEX triplet: E6, 76 and B8. RGB value is (230,118,184). Sum of RGB (Red+Green+Blue) = 230+118+184=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E676B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676B8 is #198947. Grayscale: #9E9E9E. Windows color (decimal): -1673544 or 12089062. OLE color: 12089062.

HSL color Cylindrical-coordinate representation of color #E676B8: hue angle of 324.64º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E676B8 is Cyan = 0, Magento = 0.49, Yellow = 0.2 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 118 184 -
CMYK 0 0.49 0.2 0.10
HSL 324.64º 0.69% 0.68% -
HSV(B) 324.64º 0.49% 0.9% -
XYZ 47.76 33.24 49.25 -
YUV 159.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 230 118 184 0 0.49 0.2 0.10 324.64 0.69 0.68
Hex E6 76 B8 0 31 14 A 145 45 44
Octal 346 166 270 0 61 24 12 505 105 104
Binary 11100110 1110110 10111000 0 110001 10100 1010 101000101 1000101 1000100

Color Harmonies of #E676B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E676B8

Black with #E676B8

Text Example


Text Example

White with #E676B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E676B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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