Html Css Color HEX #E682B5 Persian Pink

📋 copy color: '#E682B5'

red 230 ◦ green 130 ◦ blue 181

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

Shades of Persian Pink #E682B5

Tints of Persian Pink #E682B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.46%

R = 42.51%
G = 24.03%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E682B5 (or 0xE682B5) is known color: Persian Pink. HEX triplet: E6, 82 and B5. RGB value is (230,130,181). Sum of RGB (Red+Green+Blue) = 230+130+181=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E682B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682B5 is #197D4A. Grayscale: #A5A5A5. Windows color (decimal): -1670475 or 11895526. OLE color: 11895526.

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

Color convert

RGB 230 130 181 -
CMYK 0 0.43 0.21 0.10
HSL 329.4º 0.67% 0.71% -
HSV(B) 329.4º 0.43% 0.9% -
XYZ 48.96 36.12 48.11 -
YUV 165.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 230 130 181 0 0.43 0.21 0.10 329.4 0.67 0.71
Hex E6 82 B5 0 2B 15 A 149 43 47
Octal 346 202 265 0 53 25 12 511 103 107
Binary 11100110 10000010 10110101 0 101011 10101 1010 101001001 1000011 1000111

Color Harmonies of #E682B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682B5

Black with #E682B5

Text Example


Text Example

White with #E682B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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