Html Css Color HEX #E683BA Persian Pink

📋 copy color: '#E683BA'

red 230 ◦ green 131 ◦ blue 186

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

Shades of Persian Pink #E683BA

Tints of Persian Pink #E683BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34%

R = 42.05%
G = 23.95%
B = 34%

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

#E683BA (or 0xE683BA) is known color: Persian Pink. HEX triplet: E6, 83 and BA. RGB value is (230,131,186). Sum of RGB (Red+Green+Blue) = 230+131+186=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E683BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E683BA is #197C45. Grayscale: #A6A6A6. Windows color (decimal): -1670214 or 12223462. OLE color: 12223462.

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

Color convert

RGB 230 131 186 -
CMYK 0 0.43 0.19 0.10
HSL 326.67º 0.66% 0.71% -
HSV(B) 326.67º 0.43% 0.9% -
XYZ 49.61 36.6 50.9 -
YUV 166.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 230 131 186 0 0.43 0.19 0.10 326.67 0.66 0.71
Hex E6 83 BA 0 2B 13 A 147 42 47
Octal 346 203 272 0 53 23 12 507 102 107
Binary 11100110 10000011 10111010 0 101011 10011 1010 101000111 1000010 1000111

Color Harmonies of #E683BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E683BA

Black with #E683BA

Text Example


Text Example

White with #E683BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E683BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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