Html Css Color HEX #E672BC Persian Pink

📋 copy color: '#E672BC'

red 230 ◦ green 114 ◦ blue 188

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

Shades of Persian Pink #E672BC

Tints of Persian Pink #E672BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.43%

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

R = 43.23%
G = 21.43%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E672BC (or 0xE672BC) is known color: Persian Pink. HEX triplet: E6, 72 and BC. RGB value is (230,114,188). Sum of RGB (Red+Green+Blue) = 230+114+188=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E672BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672BC is #198D43. Grayscale: #9C9C9C. Windows color (decimal): -1674564 or 12350182. OLE color: 12350182.

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

Color convert

RGB 230 114 188 -
CMYK 0 0.50 0.18 0.10
HSL 321.72º 0.7% 0.67% -
HSV(B) 321.72º 0.5% 0.9% -
XYZ 47.73 32.49 51.33 -
YUV 157.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 230 114 188 0 0.50 0.18 0.10 321.72 0.7 0.67
Hex E6 72 BC 0 32 12 A 142 46 43
Octal 346 162 274 0 62 22 12 502 106 103
Binary 11100110 1110010 10111100 0 110010 10010 1010 101000010 1000110 1000011

Color Harmonies of #E672BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E672BC

Black with #E672BC

Text Example


Text Example

White with #E672BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E672BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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