Html Css Color HEX #EB858D Carissma

📋 copy color: '#EB858D'

red 235 ◦ green 133 ◦ blue 141

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

Shades of Carissma #EB858D

Tints of Carissma #EB858D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 46.17%
G = 26.13%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB858D (or 0xEB858D) is known color: Carissma. HEX triplet: EB, 85 and 8D. RGB value is (235,133,141). Sum of RGB (Red+Green+Blue) = 235+133+141=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB858D is #147A72. Grayscale: #A4A4A4. Windows color (decimal): -1342067 or 9274859. OLE color: 9274859.

HSL color Cylindrical-coordinate representation of color #EB858D: hue angle of 355.29º 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 #EB858D is Cyan = 0, Magento = 0.43, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 133 141 -
CMYK 0 0.43 0.4 0.08
HSL 355.29º 0.72% 0.72% -
HSV(B) 355.29º 0.43% 0.92% -
XYZ 47.46 36.36 29.72 -
YUV 164.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 235 133 141 0 0.43 0.4 0.08 355.29 0.72 0.72
Hex EB 85 8D 0 2B 28 8 163 48 48
Octal 353 205 215 0 53 50 10 543 110 110
Binary 11101011 10000101 10001101 0 101011 101000 1000 101100011 1001000 1001000

Color Harmonies of #EB858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB858D

Black with #EB858D

Text Example


Text Example

White with #EB858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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