Html Css Color HEX #EF89CD Tea Rose

📋 copy color: '#EF89CD'

red 239 ◦ green 137 ◦ blue 205

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

Shades of Tea Rose #EF89CD

Tints of Tea Rose #EF89CD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.58%

 BLUE value IS 205 (80.47% from 255) = 35.28%

R = 41.14%
G = 23.58%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF89CD (or 0xEF89CD) is known color: Tea Rose. HEX triplet: EF, 89 and CD. RGB value is (239,137,205). Sum of RGB (Red+Green+Blue) = 239+137+205=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF89CD is #107632. Grayscale: #AFAFAF. Windows color (decimal): -1078835 or 13470191. OLE color: 13470191.

HSL color Cylindrical-coordinate representation of color #EF89CD: hue angle of 320º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF89CD is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 137 205 -
CMYK 0 0.43 0.14 0.06
HSL 320º 0.76% 0.74% -
HSV(B) 320º 0.43% 0.94% -
XYZ 55.56 40.65 62.68 -
YUV 175.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 239 137 205 0 0.43 0.14 0.06 320 0.76 0.74
Hex EF 89 CD 0 2B E 6 140 4C 4A
Octal 357 211 315 0 53 16 6 500 114 112
Binary 11101111 10001001 11001101 0 101011 1110 110 101000000 1001100 1001010

Color Harmonies of #EF89CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF89CD

Black with #EF89CD

Text Example


Text Example

White with #EF89CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF89CD; }

 p { color: rgb(239,137,205); }

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

background-color css

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

 a { background-color: rgb(239,137,205); }

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

border-color css

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

 span { border-color: rgb(239,137,205); }

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