Html Css Color HEX #E682BB Persian Pink

📋 copy color: '#E682BB'

red 230 ◦ green 130 ◦ blue 187

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

Shades of Persian Pink #E682BB

Tints of Persian Pink #E682BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.19%

R = 42.05%
G = 23.77%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E682BB (or 0xE682BB) is known color: Persian Pink. HEX triplet: E6, 82 and BB. RGB value is (230,130,187). Sum of RGB (Red+Green+Blue) = 230+130+187=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E682BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682BB is #197D44. Grayscale: #A6A6A6. Windows color (decimal): -1670469 or 12288742. OLE color: 12288742.

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

Color convert

RGB 230 130 187 -
CMYK 0 0.43 0.19 0.10
HSL 325.8º 0.67% 0.71% -
HSV(B) 325.8º 0.43% 0.9% -
XYZ 49.59 36.38 51.42 -
YUV 166.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 230 130 187 0 0.43 0.19 0.10 325.8 0.67 0.71
Hex E6 82 BB 0 2B 13 A 146 43 47
Octal 346 202 273 0 53 23 12 506 103 107
Binary 11100110 10000010 10111011 0 101011 10011 1010 101000110 1000011 1000111

Color Harmonies of #E682BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682BB

Black with #E682BB

Text Example


Text Example

White with #E682BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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