Html Css Color HEX #E682BF Persian Pink

📋 copy color: '#E682BF'

red 230 ◦ green 130 ◦ blue 191

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

Shades of Persian Pink #E682BF

Tints of Persian Pink #E682BF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.59%

 BLUE value IS 191 (75% from 255) = 34.66%

R = 41.74%
G = 23.59%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E682BF (or 0xE682BF) is known color: Persian Pink. HEX triplet: E6, 82 and BF. RGB value is (230,130,191). Sum of RGB (Red+Green+Blue) = 230+130+191=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E682BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682BF is #197D40. Grayscale: #A6A6A6. Windows color (decimal): -1670465 or 12550886. OLE color: 12550886.

HSL color Cylindrical-coordinate representation of color #E682BF: hue angle of 323.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E682BF is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 130 191 -
CMYK 0 0.43 0.17 0.10
HSL 323.4º 0.67% 0.71% -
HSV(B) 323.4º 0.43% 0.9% -
XYZ 50.02 36.55 53.71 -
YUV 166.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 230 130 191 0 0.43 0.17 0.10 323.4 0.67 0.71
Hex E6 82 BF 0 2B 11 A 143 43 47
Octal 346 202 277 0 53 21 12 503 103 107
Binary 11100110 10000010 10111111 0 101011 10001 1010 101000011 1000011 1000111

Color Harmonies of #E682BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682BF

Black with #E682BF

Text Example


Text Example

White with #E682BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682BF; }

 p { color: rgb(230,130,191); }

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

background-color css

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

 a { background-color: rgb(230,130,191); }

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

border-color css

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

 span { border-color: rgb(230,130,191); }

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