Html Css Color HEX #E676B6 Persian Pink

📋 copy color: '#E676B6'

red 230 ◦ green 118 ◦ blue 182

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

Shades of Persian Pink #E676B6

Tints of Persian Pink #E676B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.34%

R = 43.4%
G = 22.26%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E676B6 (or 0xE676B6) is known color: Persian Pink. HEX triplet: E6, 76 and B6. RGB value is (230,118,182). Sum of RGB (Red+Green+Blue) = 230+118+182=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E676B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676B6 is #198949. Grayscale: #9E9E9E. Windows color (decimal): -1673546 or 11957990. OLE color: 11957990.

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

Color convert

RGB 230 118 182 -
CMYK 0 0.49 0.21 0.10
HSL 325.71º 0.69% 0.68% -
HSV(B) 325.71º 0.49% 0.9% -
XYZ 47.56 33.16 48.15 -
YUV 158.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 230 118 182 0 0.49 0.21 0.10 325.71 0.69 0.68
Hex E6 76 B6 0 31 15 A 146 45 44
Octal 346 166 266 0 61 25 12 506 105 104
Binary 11100110 1110110 10110110 0 110001 10101 1010 101000110 1000101 1000100

Color Harmonies of #E676B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E676B6

Black with #E676B6

Text Example


Text Example

White with #E676B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E676B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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