Html Css Color HEX #EE74D6 Orchid

📋 copy color: '#EE74D6'

red 238 ◦ green 116 ◦ blue 214

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

Shades of Orchid #EE74D6

Tints of Orchid #EE74D6

RGB

 RED value IS 238 (93.36% from 255) = 41.9%

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

 BLUE value IS 214 (83.98% from 255) = 37.68%

R = 41.9%
G = 20.42%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EE74D6 (or 0xEE74D6) is known color: Orchid. HEX triplet: EE, 74 and D6. RGB value is (238,116,214). Sum of RGB (Red+Green+Blue) = 238+116+214=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EE74D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE74D6 is #118B29. Grayscale: #A3A3A3. Windows color (decimal): -1149738 or 14054638. OLE color: 14054638.

HSL color Cylindrical-coordinate representation of color #EE74D6: hue angle of 311.8º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE74D6 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 116 214 -
CMYK 0 0.51 0.10 0.07
HSL 311.8º 0.78% 0.69% -
HSV(B) 311.8º 0.51% 0.93% -
XYZ 53.64 35.52 67.65 -
YUV 163.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 238 116 214 0 0.51 0.10 0.07 311.8 0.78 0.69
Hex EE 74 D6 0 33 A 7 138 4E 45
Octal 356 164 326 0 63 12 7 470 116 105
Binary 11101110 1110100 11010110 0 110011 1010 111 100111000 1001110 1000101

Color Harmonies of #EE74D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE74D6

Black with #EE74D6

Text Example


Text Example

White with #EE74D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE74D6; }

 p { color: rgb(238,116,214); }

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

background-color css

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

 a { background-color: rgb(238,116,214); }

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

border-color css

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

 span { border-color: rgb(238,116,214); }

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