Html Css Color HEX #E674E0 Orchid

📋 copy color: '#E674E0'

red 230 ◦ green 116 ◦ blue 224

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

Shades of Orchid #E674E0

Tints of Orchid #E674E0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.35%

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

R = 40.35%
G = 20.35%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E674E0 (or 0xE674E0) is known color: Orchid. HEX triplet: E6, 74 and E0. RGB value is (230,116,224). Sum of RGB (Red+Green+Blue) = 230+116+224=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E674E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674E0 is #198B1F. Grayscale: #A2A2A2. Windows color (decimal): -1674016 or 14709990. OLE color: 14709990.

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

Color convert

RGB 230 116 224 -
CMYK 0 0.50 0.03 0.10
HSL 303.16º 0.7% 0.68% -
HSV(B) 303.16º 0.5% 0.9% -
XYZ 52.33 34.7 74.46 -
YUV 162.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 230 116 224 0 0.50 0.03 0.10 303.16 0.7 0.68
Hex E6 74 E0 0 32 3 A 12F 46 44
Octal 346 164 340 0 62 3 12 457 106 104
Binary 11100110 1110100 11100000 0 110010 11 1010 100101111 1000110 1000100

Color Harmonies of #E674E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674E0

Black with #E674E0

Text Example


Text Example

White with #E674E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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