Html Css Color HEX #E681BC Persian Pink

📋 copy color: '#E681BC'

red 230 ◦ green 129 ◦ blue 188

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

Shades of Persian Pink #E681BC

Tints of Persian Pink #E681BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.58%

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

R = 42.05%
G = 23.58%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E681BC (or 0xE681BC) is known color: Persian Pink. HEX triplet: E6, 81 and BC. RGB value is (230,129,188). Sum of RGB (Red+Green+Blue) = 230+129+188=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E681BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681BC is #197E43. Grayscale: #A5A5A5. Windows color (decimal): -1670724 or 12354022. OLE color: 12354022.

HSL color Cylindrical-coordinate representation of color #E681BC: hue angle of 324.95º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E681BC is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 129 188 -
CMYK 0 0.44 0.18 0.10
HSL 324.95º 0.67% 0.7% -
HSV(B) 324.95º 0.44% 0.9% -
XYZ 49.56 36.15 51.94 -
YUV 165.93 140.46 173.7 -
System Red Green Blue C M Y K H S L
Decimal 230 129 188 0 0.44 0.18 0.10 324.95 0.67 0.7
Hex E6 81 BC 0 2C 12 A 145 43 46
Octal 346 201 274 0 54 22 12 505 103 106
Binary 11100110 10000001 10111100 0 101100 10010 1010 101000101 1000011 1000110

Color Harmonies of #E681BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E681BC

Black with #E681BC

Text Example


Text Example

White with #E681BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E681BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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