Html Css Color HEX #EA82C4 Tea Rose

📋 copy color: '#EA82C4'

red 234 ◦ green 130 ◦ blue 196

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

Shades of Tea Rose #EA82C4

Tints of Tea Rose #EA82C4

RGB

 RED value IS 234 (91.8% from 255) = 41.79%

 GREEN value IS 130 (51.17% from 255) = 23.21%

 BLUE value IS 196 (76.95% from 255) = 35%

R = 41.79%
G = 23.21%
B = 35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA82C4 (or 0xEA82C4) is known color: Tea Rose. HEX triplet: EA, 82 and C4. RGB value is (234,130,196). Sum of RGB (Red+Green+Blue) = 234+130+196=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82C4 is #157D3B. Grayscale: #A8A8A8. Windows color (decimal): -1408316 or 12878570. OLE color: 12878570.

HSL color Cylindrical-coordinate representation of color #EA82C4: hue angle of 321.92º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA82C4 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 130 196 -
CMYK 0 0.44 0.16 0.08
HSL 321.92º 0.71% 0.71% -
HSV(B) 321.92º 0.44% 0.92% -
XYZ 51.88 37.44 56.72 -
YUV 168.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 234 130 196 0 0.44 0.16 0.08 321.92 0.71 0.71
Hex EA 82 C4 0 2C 10 8 142 47 47
Octal 352 202 304 0 54 20 10 502 107 107
Binary 11101010 10000010 11000100 0 101100 10000 1000 101000010 1000111 1000111

Color Harmonies of #EA82C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82C4

Black with #EA82C4

Text Example


Text Example

White with #EA82C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82C4; }

 p { color: rgb(234,130,196); }

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

background-color css

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

 a { background-color: rgb(234,130,196); }

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

border-color css

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

 span { border-color: rgb(234,130,196); }

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