Html Css Color HEX #E682BE Persian Pink

📋 copy color: '#E682BE'

red 230 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #E682BE

Tints of Persian Pink #E682BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.55%

R = 41.82%
G = 23.64%
B = 34.55%

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

#E682BE (or 0xE682BE) is known color: Persian Pink. HEX triplet: E6, 82 and BE. RGB value is (230,130,190). Sum of RGB (Red+Green+Blue) = 230+130+190=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E682BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682BE is #197D41. Grayscale: #A6A6A6. Windows color (decimal): -1670466 or 12485350. OLE color: 12485350.

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

Color convert

RGB 230 130 190 -
CMYK 0 0.43 0.17 0.10
HSL 324º 0.67% 0.71% -
HSV(B) 324º 0.43% 0.9% -
XYZ 49.91 36.51 53.13 -
YUV 166.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 230 130 190 0 0.43 0.17 0.10 324 0.67 0.71
Hex E6 82 BE 0 2B 11 A 144 43 47
Octal 346 202 276 0 53 21 12 504 103 107
Binary 11100110 10000010 10111110 0 101011 10001 1010 101000100 1000011 1000111

Color Harmonies of #E682BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682BE

Black with #E682BE

Text Example


Text Example

White with #E682BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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