Html Css Color HEX #EB858E Carissma

📋 copy color: '#EB858E'

red 235 ◦ green 133 ◦ blue 142

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

Shades of Carissma #EB858E

Tints of Carissma #EB858E

RGB

 RED value IS 235 (92.19% from 255) = 46.08%

 GREEN value IS 133 (52.34% from 255) = 26.08%

 BLUE value IS 142 (55.86% from 255) = 27.84%

R = 46.08%
G = 26.08%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB858E (or 0xEB858E) is known color: Carissma. HEX triplet: EB, 85 and 8E. RGB value is (235,133,142). Sum of RGB (Red+Green+Blue) = 235+133+142=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB858E is #147A71. Grayscale: #A4A4A4. Windows color (decimal): -1342066 or 9340395. OLE color: 9340395.

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

Color convert

RGB 235 133 142 -
CMYK 0 0.43 0.40 0.08
HSL 354.71º 0.72% 0.72% -
HSV(B) 354.71º 0.43% 0.92% -
XYZ 47.53 36.39 30.11 -
YUV 164.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 235 133 142 0 0.43 0.40 0.08 354.71 0.72 0.72
Hex EB 85 8E 0 2B 28 8 163 48 48
Octal 353 205 216 0 53 50 10 543 110 110
Binary 11101011 10000101 10001110 0 101011 101000 1000 101100011 1001000 1001000

Color Harmonies of #EB858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB858E

Black with #EB858E

Text Example


Text Example

White with #EB858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB858E; }

 p { color: rgb(235,133,142); }

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

background-color css

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

 a { background-color: rgb(235,133,142); }

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

border-color css

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

 span { border-color: rgb(235,133,142); }

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