Html Css Color HEX #EE71DF Orchid

📋 copy color: '#EE71DF'

red 238 ◦ green 113 ◦ blue 223

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

Shades of Orchid #EE71DF

Tints of Orchid #EE71DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 41.46%
G = 19.69%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE71DF (or 0xEE71DF) is known color: Orchid. HEX triplet: EE, 71 and DF. RGB value is (238,113,223). Sum of RGB (Red+Green+Blue) = 238+113+223=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE71DF is #118E20. Grayscale: #A2A2A2. Windows color (decimal): -1150497 or 14643694. OLE color: 14643694.

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

Color convert

RGB 238 113 223 -
CMYK 0 0.53 0.06 0.07
HSL 307.2º 0.79% 0.69% -
HSV(B) 307.2º 0.53% 0.93% -
XYZ 54.48 35.32 73.76 -
YUV 162.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 238 113 223 0 0.53 0.06 0.07 307.2 0.79 0.69
Hex EE 71 DF 0 35 6 7 133 4F 45
Octal 356 161 337 0 65 6 7 463 117 105
Binary 11101110 1110001 11011111 0 110101 110 111 100110011 1001111 1000101

Color Harmonies of #EE71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE71DF

Black with #EE71DF

Text Example


Text Example

White with #EE71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE71DF; }

 p { color: rgb(238,113,223); }

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

background-color css

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

 a { background-color: rgb(238,113,223); }

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

border-color css

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

 span { border-color: rgb(238,113,223); }

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