Html Css Color HEX #E674CC Orchid

📋 copy color: '#E674CC'

red 230 ◦ green 116 ◦ blue 204

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

Shades of Orchid #E674CC

Tints of Orchid #E674CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 41.82%
G = 21.09%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E674CC (or 0xE674CC) is known color: Orchid. HEX triplet: E6, 74 and CC. RGB value is (230,116,204). Sum of RGB (Red+Green+Blue) = 230+116+204=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E674CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674CC is #198B33. Grayscale: #9F9F9F. Windows color (decimal): -1674036 or 13399270. OLE color: 13399270.

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

Color convert

RGB 230 116 204 -
CMYK 0 0.50 0.11 0.10
HSL 313.68º 0.7% 0.68% -
HSV(B) 313.68º 0.5% 0.9% -
XYZ 49.78 33.67 61 -
YUV 160.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 230 116 204 0 0.50 0.11 0.10 313.68 0.7 0.68
Hex E6 74 CC 0 32 B A 13A 46 44
Octal 346 164 314 0 62 13 12 472 106 104
Binary 11100110 1110100 11001100 0 110010 1011 1010 100111010 1000110 1000100

Color Harmonies of #E674CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674CC

Black with #E674CC

Text Example


Text Example

White with #E674CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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