Html Css Color HEX #E672A2 Pale Violet Red

📋 copy color: '#E672A2'

red 230 ◦ green 114 ◦ blue 162

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

Shades of Pale Violet Red #E672A2

Tints of Pale Violet Red #E672A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.02%

R = 45.45%
G = 22.53%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E672A2 (or 0xE672A2) is known color: Pale Violet Red. HEX triplet: E6, 72 and A2. RGB value is (230,114,162). Sum of RGB (Red+Green+Blue) = 230+114+162=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E672A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E672A2 is #198D5D. Grayscale: #9A9A9A. Windows color (decimal): -1674590 or 10646246. OLE color: 10646246.

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

Color convert

RGB 230 114 162 -
CMYK 0 0.50 0.30 0.10
HSL 335.17º 0.7% 0.67% -
HSV(B) 335.17º 0.5% 0.9% -
XYZ 45.17 31.47 37.88 -
YUV 154.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 230 114 162 0 0.50 0.30 0.10 335.17 0.7 0.67
Hex E6 72 A2 0 32 1E A 14F 46 43
Octal 346 162 242 0 62 36 12 517 106 103
Binary 11100110 1110010 10100010 0 110010 11110 1010 101001111 1000110 1000011

Color Harmonies of #E672A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E672A2

Black with #E672A2

Text Example


Text Example

White with #E672A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E672A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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