Html Css Color HEX #EF83C5 Tea Rose

📋 copy color: '#EF83C5'

red 239 ◦ green 131 ◦ blue 197

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

Shades of Tea Rose #EF83C5

Tints of Tea Rose #EF83C5

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.1%

 BLUE value IS 197 (77.34% from 255) = 34.74%

R = 42.15%
G = 23.1%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF83C5 (or 0xEF83C5) is known color: Tea Rose. HEX triplet: EF, 83 and C5. RGB value is (239,131,197). Sum of RGB (Red+Green+Blue) = 239+131+197=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF83C5 is #107C3A. Grayscale: #AAAAAA. Windows color (decimal): -1080379 or 12944367. OLE color: 12944367.

HSL color Cylindrical-coordinate representation of color #EF83C5: hue angle of 323.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF83C5 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 131 197 -
CMYK 0 0.45 0.18 0.06
HSL 323.33º 0.77% 0.73% -
HSV(B) 323.33º 0.45% 0.94% -
XYZ 53.79 38.61 57.44 -
YUV 170.82 142.78 176.63 -
System Red Green Blue C M Y K H S L
Decimal 239 131 197 0 0.45 0.18 0.06 323.33 0.77 0.73
Hex EF 83 C5 0 2D 12 6 143 4D 49
Octal 357 203 305 0 55 22 6 503 115 111
Binary 11101111 10000011 11000101 0 101101 10010 110 101000011 1001101 1001001

Color Harmonies of #EF83C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF83C5

Black with #EF83C5

Text Example


Text Example

White with #EF83C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF83C5; }

 p { color: rgb(239,131,197); }

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

background-color css

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

 a { background-color: rgb(239,131,197); }

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

border-color css

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

 span { border-color: rgb(239,131,197); }

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