Html Css Color HEX #E683BD Persian Pink

📋 copy color: '#E683BD'

red 230 ◦ green 131 ◦ blue 189

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

Shades of Persian Pink #E683BD

Tints of Persian Pink #E683BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.82%

 BLUE value IS 189 (74.22% from 255) = 34.36%

R = 41.82%
G = 23.82%
B = 34.36%

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

#E683BD (or 0xE683BD) is known color: Persian Pink. HEX triplet: E6, 83 and BD. RGB value is (230,131,189). Sum of RGB (Red+Green+Blue) = 230+131+189=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E683BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E683BD is #197C42. Grayscale: #A7A7A7. Windows color (decimal): -1670211 or 12420070. OLE color: 12420070.

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

Color convert

RGB 230 131 189 -
CMYK 0 0.43 0.18 0.10
HSL 324.85º 0.66% 0.71% -
HSV(B) 324.85º 0.43% 0.9% -
XYZ 49.93 36.73 52.6 -
YUV 167.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 230 131 189 0 0.43 0.18 0.10 324.85 0.66 0.71
Hex E6 83 BD 0 2B 12 A 145 42 47
Octal 346 203 275 0 53 22 12 505 102 107
Binary 11100110 10000011 10111101 0 101011 10010 1010 101000101 1000010 1000111

Color Harmonies of #E683BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E683BD

Black with #E683BD

Text Example


Text Example

White with #E683BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E683BD; }

 p { color: rgb(230,131,189); }

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

background-color css

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

 a { background-color: rgb(230,131,189); }

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

border-color css

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

 span { border-color: rgb(230,131,189); }

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