Html Css Color HEX #E682C0 Persian Pink

📋 copy color: '#E682C0'

red 230 ◦ green 130 ◦ blue 192

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

Shades of Persian Pink #E682C0

Tints of Persian Pink #E682C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.78%

R = 41.67%
G = 23.55%
B = 34.78%

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

#E682C0 (or 0xE682C0) is known color: Persian Pink. HEX triplet: E6, 82 and C0. RGB value is (230,130,192). Sum of RGB (Red+Green+Blue) = 230+130+192=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E682C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682C0 is #197D3F. Grayscale: #A6A6A6. Windows color (decimal): -1670464 or 12616422. OLE color: 12616422.

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

Color convert

RGB 230 130 192 -
CMYK 0 0.43 0.17 0.10
HSL 322.8º 0.67% 0.71% -
HSV(B) 322.8º 0.43% 0.9% -
XYZ 50.13 36.59 54.29 -
YUV 166.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 230 130 192 0 0.43 0.17 0.10 322.8 0.67 0.71
Hex E6 82 C0 0 2B 11 A 143 43 47
Octal 346 202 300 0 53 21 12 503 103 107
Binary 11100110 10000010 11000000 0 101011 10001 1010 101000011 1000011 1000111

Color Harmonies of #E682C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682C0

Black with #E682C0

Text Example


Text Example

White with #E682C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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