Html Css Color HEX #ED84CF Tea Rose

📋 copy color: '#ED84CF'

red 237 ◦ green 132 ◦ blue 207

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

Shades of Tea Rose #ED84CF

Tints of Tea Rose #ED84CF

RGB

 RED value IS 237 (92.97% from 255) = 41.15%

 GREEN value IS 132 (51.95% from 255) = 22.92%

 BLUE value IS 207 (81.25% from 255) = 35.94%

R = 41.15%
G = 22.92%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED84CF (or 0xED84CF) is known color: Tea Rose. HEX triplet: ED, 84 and CF. RGB value is (237,132,207). Sum of RGB (Red+Green+Blue) = 237+132+207=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84CF is #127B30. Grayscale: #ABABAB. Windows color (decimal): -1211185 or 13599981. OLE color: 13599981.

HSL color Cylindrical-coordinate representation of color #ED84CF: hue angle of 317.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED84CF is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 132 207 -
CMYK 0 0.44 0.13 0.07
HSL 317.14º 0.74% 0.72% -
HSV(B) 317.14º 0.44% 0.93% -
XYZ 54.44 39.01 63.69 -
YUV 171.95 147.79 174.4 -
System Red Green Blue C M Y K H S L
Decimal 237 132 207 0 0.44 0.13 0.07 317.14 0.74 0.72
Hex ED 84 CF 0 2C D 7 13D 4A 48
Octal 355 204 317 0 54 15 7 475 112 110
Binary 11101101 10000100 11001111 0 101100 1101 111 100111101 1001010 1001000

Color Harmonies of #ED84CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84CF

Black with #ED84CF

Text Example


Text Example

White with #ED84CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84CF; }

 p { color: rgb(237,132,207); }

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

background-color css

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

 a { background-color: rgb(237,132,207); }

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

border-color css

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

 span { border-color: rgb(237,132,207); }

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