Html Css Color HEX #E682BC Persian Pink

📋 copy color: '#E682BC'

red 230 ◦ green 130 ◦ blue 188

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

Shades of Persian Pink #E682BC

Tints of Persian Pink #E682BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.31%

R = 41.97%
G = 23.72%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E682BC (or 0xE682BC) is known color: Persian Pink. HEX triplet: E6, 82 and BC. RGB value is (230,130,188). Sum of RGB (Red+Green+Blue) = 230+130+188=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E682BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682BC is #197D43. Grayscale: #A6A6A6. Windows color (decimal): -1670468 or 12354278. OLE color: 12354278.

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

Color convert

RGB 230 130 188 -
CMYK 0 0.43 0.18 0.10
HSL 325.2º 0.67% 0.71% -
HSV(B) 325.2º 0.43% 0.9% -
XYZ 49.69 36.42 51.99 -
YUV 166.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 230 130 188 0 0.43 0.18 0.10 325.2 0.67 0.71
Hex E6 82 BC 0 2B 12 A 145 43 47
Octal 346 202 274 0 53 22 12 505 103 107
Binary 11100110 10000010 10111100 0 101011 10010 1010 101000101 1000011 1000111

Color Harmonies of #E682BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682BC

Black with #E682BC

Text Example


Text Example

White with #E682BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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