Html Css Color HEX #EC83C2 Tea Rose

📋 copy color: '#EC83C2'

red 236 ◦ green 131 ◦ blue 194

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

Shades of Tea Rose #EC83C2

Tints of Tea Rose #EC83C2

RGB

 RED value IS 236 (92.58% from 255) = 42.07%

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

 BLUE value IS 194 (76.17% from 255) = 34.58%

R = 42.07%
G = 23.35%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC83C2 (or 0xEC83C2) is known color: Tea Rose. HEX triplet: EC, 83 and C2. RGB value is (236,131,194). Sum of RGB (Red+Green+Blue) = 236+131+194=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83C2 is #137C3D. Grayscale: #A9A9A9. Windows color (decimal): -1276990 or 12747756. OLE color: 12747756.

HSL color Cylindrical-coordinate representation of color #EC83C2: hue angle of 324º degrees, saturation: 0.73, 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 #EC83C2 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 131 194 -
CMYK 0 0.44 0.18 0.07
HSL 324º 0.73% 0.72% -
HSV(B) 324º 0.44% 0.93% -
XYZ 52.45 37.96 55.6 -
YUV 169.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 236 131 194 0 0.44 0.18 0.07 324 0.73 0.72
Hex EC 83 C2 0 2C 12 7 144 49 48
Octal 354 203 302 0 54 22 7 504 111 110
Binary 11101100 10000011 11000010 0 101100 10010 111 101000100 1001001 1001000

Color Harmonies of #EC83C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83C2

Black with #EC83C2

Text Example


Text Example

White with #EC83C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83C2; }

 p { color: rgb(236,131,194); }

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

background-color css

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

 a { background-color: rgb(236,131,194); }

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

border-color css

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

 span { border-color: rgb(236,131,194); }

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