Html Css Color HEX #EF70DA Orchid

📋 copy color: '#EF70DA'

red 239 ◦ green 112 ◦ blue 218

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

Shades of Orchid #EF70DA

Tints of Orchid #EF70DA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.68%

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

R = 42%
G = 19.68%
B = 38.31%

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

#EF70DA (or 0xEF70DA) is known color: Orchid. HEX triplet: EF, 70 and DA. RGB value is (239,112,218). Sum of RGB (Red+Green+Blue) = 239+112+218=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70DA is #108F25. Grayscale: #A1A1A1. Windows color (decimal): -1085222 or 14315759. OLE color: 14315759.

HSL color Cylindrical-coordinate representation of color #EF70DA: hue angle of 309.92º 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 #EF70DA is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 218 -
CMYK 0 0.53 0.09 0.06
HSL 309.92º 0.8% 0.69% -
HSV(B) 309.92º 0.53% 0.94% -
XYZ 54.05 35 70.24 -
YUV 162.06 159.58 182.88 -
System Red Green Blue C M Y K H S L
Decimal 239 112 218 0 0.53 0.09 0.06 309.92 0.8 0.69
Hex EF 70 DA 0 35 9 6 136 50 45
Octal 357 160 332 0 65 11 6 466 120 105
Binary 11101111 1110000 11011010 0 110101 1001 110 100110110 1010000 1000101

Color Harmonies of #EF70DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70DA

Black with #EF70DA

Text Example


Text Example

White with #EF70DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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