Html Css Color HEX #E671E0 Orchid

📋 copy color: '#E671E0'

red 230 ◦ green 113 ◦ blue 224

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

Shades of Orchid #E671E0

Tints of Orchid #E671E0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.93%

 BLUE value IS 224 (87.89% from 255) = 39.51%

R = 40.56%
G = 19.93%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E671E0 (or 0xE671E0) is known color: Orchid. HEX triplet: E6, 71 and E0. RGB value is (230,113,224). Sum of RGB (Red+Green+Blue) = 230+113+224=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E671E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671E0 is #198E1F. Grayscale: #A0A0A0. Windows color (decimal): -1674784 or 14709222. OLE color: 14709222.

HSL color Cylindrical-coordinate representation of color #E671E0: hue angle of 303.08º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E671E0 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 113 224 -
CMYK 0 0.51 0.03 0.10
HSL 303.08º 0.7% 0.67% -
HSV(B) 303.08º 0.51% 0.9% -
XYZ 51.99 34.02 74.35 -
YUV 160.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 230 113 224 0 0.51 0.03 0.10 303.08 0.7 0.67
Hex E6 71 E0 0 33 3 A 12F 46 43
Octal 346 161 340 0 63 3 12 457 106 103
Binary 11100110 1110001 11100000 0 110011 11 1010 100101111 1000110 1000011

Color Harmonies of #E671E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E671E0

Black with #E671E0

Text Example


Text Example

White with #E671E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E671E0; }

 p { color: rgb(230,113,224); }

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

background-color css

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

 a { background-color: rgb(230,113,224); }

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

border-color css

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

 span { border-color: rgb(230,113,224); }

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