Html Css Color HEX #E6629A Pale Violet Red

📋 copy color: '#E6629A'

red 230 ◦ green 98 ◦ blue 154

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

Shades of Pale Violet Red #E6629A

Tints of Pale Violet Red #E6629A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.33%

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 47.72%
G = 20.33%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6629A (or 0xE6629A) is known color: Pale Violet Red. HEX triplet: E6, 62 and 9A. RGB value is (230,98,154). Sum of RGB (Red+Green+Blue) = 230+98+154=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E6629A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6629A is #199D65. Grayscale: #8F8F8F. Windows color (decimal): -1678694 or 10117862. OLE color: 10117862.

HSL color Cylindrical-coordinate representation of color #E6629A: hue angle of 334.55º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6629A is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 98 154 -
CMYK 0 0.57 0.33 0.10
HSL 334.55º 0.73% 0.64% -
HSV(B) 334.55º 0.57% 0.9% -
XYZ 42.83 27.89 33.7 -
YUV 143.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 230 98 154 0 0.57 0.33 0.10 334.55 0.73 0.64
Hex E6 62 9A 0 39 21 A 14F 49 40
Octal 346 142 232 0 71 41 12 517 111 100
Binary 11100110 1100010 10011010 0 111001 100001 1010 101001111 1001001 1000000

Color Harmonies of #E6629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6629A

Black with #E6629A

Text Example


Text Example

White with #E6629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6629A; }

 p { color: rgb(230,98,154); }

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

background-color css

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

 a { background-color: rgb(230,98,154); }

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

border-color css

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

 span { border-color: rgb(230,98,154); }

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