Html Css Color HEX #E672BE Persian Pink

📋 copy color: '#E672BE'

red 230 ◦ green 114 ◦ blue 190

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

Shades of Persian Pink #E672BE

Tints of Persian Pink #E672BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.58%

R = 43.07%
G = 21.35%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E672BE (or 0xE672BE) is known color: Persian Pink. HEX triplet: E6, 72 and BE. RGB value is (230,114,190). Sum of RGB (Red+Green+Blue) = 230+114+190=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E672BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672BE is #198D41. Grayscale: #9D9D9D. Windows color (decimal): -1674562 or 12481254. OLE color: 12481254.

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

Color convert

RGB 230 114 190 -
CMYK 0 0.50 0.17 0.10
HSL 320.69º 0.7% 0.67% -
HSV(B) 320.69º 0.5% 0.9% -
XYZ 47.94 32.58 52.48 -
YUV 157.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 230 114 190 0 0.50 0.17 0.10 320.69 0.7 0.67
Hex E6 72 BE 0 32 11 A 141 46 43
Octal 346 162 276 0 62 21 12 501 106 103
Binary 11100110 1110010 10111110 0 110010 10001 1010 101000001 1000110 1000011

Color Harmonies of #E672BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E672BE

Black with #E672BE

Text Example


Text Example

White with #E672BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E672BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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