Html Css Color HEX #E674DD Orchid

📋 copy color: '#E674DD'

red 230 ◦ green 116 ◦ blue 221

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

Shades of Orchid #E674DD

Tints of Orchid #E674DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 40.56%
G = 20.46%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E674DD (or 0xE674DD) is known color: Orchid. HEX triplet: E6, 74 and DD. RGB value is (230,116,221). Sum of RGB (Red+Green+Blue) = 230+116+221=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E674DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674DD is #198B22. Grayscale: #A1A1A1. Windows color (decimal): -1674019 or 14513382. OLE color: 14513382.

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

Color convert

RGB 230 116 221 -
CMYK 0 0.50 0.04 0.10
HSL 304.74º 0.7% 0.68% -
HSV(B) 304.74º 0.5% 0.9% -
XYZ 51.93 34.53 72.34 -
YUV 162.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 230 116 221 0 0.50 0.04 0.10 304.74 0.7 0.68
Hex E6 74 DD 0 32 4 A 131 46 44
Octal 346 164 335 0 62 4 12 461 106 104
Binary 11100110 1110100 11011101 0 110010 100 1010 100110001 1000110 1000100

Color Harmonies of #E674DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674DD

Black with #E674DD

Text Example


Text Example

White with #E674DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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