Html Css Color HEX #E38CCD Tea Rose

📋 copy color: '#E38CCD'

red 227 ◦ green 140 ◦ blue 205

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

Shades of Tea Rose #E38CCD

Tints of Tea Rose #E38CCD

RGB

 RED value IS 227 (89.06% from 255) = 39.69%

 GREEN value IS 140 (55.08% from 255) = 24.48%

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

R = 39.69%
G = 24.48%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E38CCD (or 0xE38CCD) is known color: Tea Rose. HEX triplet: E3, 8C and CD. RGB value is (227,140,205). Sum of RGB (Red+Green+Blue) = 227+140+205=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E38CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38CCD is #1C7332. Grayscale: #ADADAD. Windows color (decimal): -1864499 or 13470947. OLE color: 13470947.

HSL color Cylindrical-coordinate representation of color #E38CCD: hue angle of 315.17º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E38CCD is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 140 205 -
CMYK 0 0.38 0.10 0.11
HSL 315.17º 0.61% 0.72% -
HSV(B) 315.17º 0.38% 0.89% -
XYZ 52.08 39.49 62.64 -
YUV 173.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 227 140 205 0 0.38 0.10 0.11 315.17 0.61 0.72
Hex E3 8C CD 0 26 A B 13B 3D 48
Octal 343 214 315 0 46 12 13 473 75 110
Binary 11100011 10001100 11001101 0 100110 1010 1011 100111011 111101 1001000

Color Harmonies of #E38CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38CCD

Black with #E38CCD

Text Example


Text Example

White with #E38CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38CCD; }

 p { color: rgb(227,140,205); }

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

background-color css

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

 a { background-color: rgb(227,140,205); }

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

border-color css

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

 span { border-color: rgb(227,140,205); }

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