Html Css Color HEX #E675A0 Pale Violet Red

📋 copy color: '#E675A0'

red 230 ◦ green 117 ◦ blue 160

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

Shades of Pale Violet Red #E675A0

Tints of Pale Violet Red #E675A0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.08%

 BLUE value IS 160 (62.89% from 255) = 31.56%

R = 45.36%
G = 23.08%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E675A0 (or 0xE675A0) is known color: Pale Violet Red. HEX triplet: E6, 75 and A0. RGB value is (230,117,160). Sum of RGB (Red+Green+Blue) = 230+117+160=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E675A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E675A0 is #198A5F. Grayscale: #9B9B9B. Windows color (decimal): -1673824 or 10515942. OLE color: 10515942.

HSL color Cylindrical-coordinate representation of color #E675A0: hue angle of 337.17º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675A0 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 160 -
CMYK 0 0.49 0.30 0.10
HSL 337.17º 0.69% 0.68% -
HSV(B) 337.17º 0.49% 0.9% -
XYZ 45.34 32.08 37.06 -
YUV 155.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 230 117 160 0 0.49 0.30 0.10 337.17 0.69 0.68
Hex E6 75 A0 0 31 1E A 151 45 44
Octal 346 165 240 0 61 36 12 521 105 104
Binary 11100110 1110101 10100000 0 110001 11110 1010 101010001 1000101 1000100

Color Harmonies of #E675A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E675A0

Black with #E675A0

Text Example


Text Example

White with #E675A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E675A0; }

 p { color: rgb(230,117,160); }

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

background-color css

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

 a { background-color: rgb(230,117,160); }

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

border-color css

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

 span { border-color: rgb(230,117,160); }

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