Html Css Color HEX #E676E1 Orchid

📋 copy color: '#E676E1'

red 230 ◦ green 118 ◦ blue 225

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

Shades of Orchid #E676E1

Tints of Orchid #E676E1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.59%

 BLUE value IS 225 (88.28% from 255) = 39.27%

R = 40.14%
G = 20.59%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E676E1 (or 0xE676E1) is known color: Orchid. HEX triplet: E6, 76 and E1. RGB value is (230,118,225). Sum of RGB (Red+Green+Blue) = 230+118+225=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E676E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676E1 is #19891E. Grayscale: #A3A3A3. Windows color (decimal): -1673503 or 14776038. OLE color: 14776038.

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

Color convert

RGB 230 118 225 -
CMYK 0 0.49 0.02 0.10
HSL 302.68º 0.69% 0.68% -
HSV(B) 302.68º 0.49% 0.9% -
XYZ 52.7 35.22 75.25 -
YUV 163.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 230 118 225 0 0.49 0.02 0.10 302.68 0.69 0.68
Hex E6 76 E1 0 31 2 A 12F 45 44
Octal 346 166 341 0 61 2 12 457 105 104
Binary 11100110 1110110 11100001 0 110001 10 1010 100101111 1000101 1000100

Color Harmonies of #E676E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E676E1

Black with #E676E1

Text Example


Text Example

White with #E676E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E676E1; }

 p { color: rgb(230,118,225); }

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

background-color css

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

 a { background-color: rgb(230,118,225); }

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

border-color css

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

 span { border-color: rgb(230,118,225); }

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