Html Css Color HEX #8E2358 Rose Bud Cherry

📋 copy color: '#8E2358'

red 142 ◦ green 35 ◦ blue 88

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

Shades of Rose Bud Cherry #8E2358

Tints of Rose Bud Cherry #8E2358

RGB

 RED value IS 142 (55.86% from 255) = 53.58%

 GREEN value IS 35 (14.06% from 255) = 13.21%

 BLUE value IS 88 (34.77% from 255) = 33.21%

R = 53.58%
G = 13.21%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8E2358 (or 0x8E2358) is known color: Rose Bud Cherry. HEX triplet: 8E, 23 and 58. RGB value is (142,35,88). Sum of RGB (Red+Green+Blue) = 142+35+88=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2358 is #71DCA7. Grayscale: #484848. Windows color (decimal): -7462056 or 5776270. OLE color: 5776270.

HSL color Cylindrical-coordinate representation of color #8E2358: hue angle of 330.28º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2358 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 35 88 -
CMYK 0 0.75 0.38 0.44
HSL 330.28º 0.6% 0.35% -
HSV(B) 330.28º 0.75% 0.56% -
XYZ 13.52 7.66 10 -
YUV 73.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 142 35 88 0 0.75 0.38 0.44 330.28 0.6 0.35
Hex 8E 23 58 0 4B 26 2C 14A 3C 23
Octal 216 43 130 0 113 46 54 512 74 43
Binary 10001110 100011 1011000 0 1001011 100110 101100 101001010 111100 100011

Color Harmonies of #8E2358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2358

Black with #8E2358

Text Example


Text Example

White with #8E2358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E2358; }

 p { color: rgb(142,35,88); }

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

background-color css

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

 a { background-color: rgb(142,35,88); }

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

border-color css

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

 span { border-color: rgb(142,35,88); }

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