Html Css Color HEX #EF71DA Orchid

📋 copy color: '#EF71DA'

red 239 ◦ green 113 ◦ blue 218

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

Shades of Orchid #EF71DA

Tints of Orchid #EF71DA

RGB

 RED value IS 239 (93.75% from 255) = 41.93%

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

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 41.93%
G = 19.82%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF71DA (or 0xEF71DA) is known color: Orchid. HEX triplet: EF, 71 and DA. RGB value is (239,113,218). Sum of RGB (Red+Green+Blue) = 239+113+218=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71DA is #108E25. Grayscale: #A2A2A2. Windows color (decimal): -1084966 or 14316015. OLE color: 14316015.

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

Color convert

RGB 239 113 218 -
CMYK 0 0.53 0.09 0.06
HSL 310º 0.8% 0.69% -
HSV(B) 310º 0.53% 0.94% -
XYZ 54.16 35.22 70.27 -
YUV 162.64 159.24 182.46 -
System Red Green Blue C M Y K H S L
Decimal 239 113 218 0 0.53 0.09 0.06 310 0.8 0.69
Hex EF 71 DA 0 35 9 6 136 50 45
Octal 357 161 332 0 65 11 6 466 120 105
Binary 11101111 1110001 11011010 0 110101 1001 110 100110110 1010000 1000101

Color Harmonies of #EF71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71DA

Black with #EF71DA

Text Example


Text Example

White with #EF71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71DA; }

 p { color: rgb(239,113,218); }

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

background-color css

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

 a { background-color: rgb(239,113,218); }

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

border-color css

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

 span { border-color: rgb(239,113,218); }

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