Html Css Color HEX #EB71DD Orchid

📋 copy color: '#EB71DD'

red 235 ◦ green 113 ◦ blue 221

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

Shades of Orchid #EB71DD

Tints of Orchid #EB71DD

RGB

 RED value IS 235 (92.19% from 255) = 41.3%

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 41.3%
G = 19.86%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB71DD (or 0xEB71DD) is known color: Orchid. HEX triplet: EB, 71 and DD. RGB value is (235,113,221). Sum of RGB (Red+Green+Blue) = 235+113+221=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71DD is #148E22. Grayscale: #A1A1A1. Windows color (decimal): -1347107 or 14512619. OLE color: 14512619.

HSL color Cylindrical-coordinate representation of color #EB71DD: hue angle of 306.89º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB71DD is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 113 221 -
CMYK 0 0.52 0.06 0.08
HSL 306.89º 0.75% 0.68% -
HSV(B) 306.89º 0.52% 0.92% -
XYZ 53.22 34.69 72.3 -
YUV 161.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 235 113 221 0 0.52 0.06 0.08 306.89 0.75 0.68
Hex EB 71 DD 0 34 6 8 133 4B 44
Octal 353 161 335 0 64 6 10 463 113 104
Binary 11101011 1110001 11011101 0 110100 110 1000 100110011 1001011 1000100

Color Harmonies of #EB71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB71DD

Black with #EB71DD

Text Example


Text Example

White with #EB71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB71DD; }

 p { color: rgb(235,113,221); }

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

background-color css

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

 a { background-color: rgb(235,113,221); }

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

border-color css

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

 span { border-color: rgb(235,113,221); }

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