Html Css Color HEX #EB7E8D Carissma

📋 copy color: '#EB7E8D'

red 235 ◦ green 126 ◦ blue 141

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

Shades of Carissma #EB7E8D

Tints of Carissma #EB7E8D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.1%

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

R = 46.81%
G = 25.1%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB7E8D (or 0xEB7E8D) is known color: Carissma. HEX triplet: EB, 7E and 8D. RGB value is (235,126,141). Sum of RGB (Red+Green+Blue) = 235+126+141=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7E8D is #148172. Grayscale: #A0A0A0. Windows color (decimal): -1343859 or 9273067. OLE color: 9273067.

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

Color convert

RGB 235 126 141 -
CMYK 0 0.46 0.4 0.08
HSL 351.74º 0.73% 0.71% -
HSV(B) 351.74º 0.46% 0.92% -
XYZ 46.53 34.51 29.41 -
YUV 160.3 117.11 181.28 -
System Red Green Blue C M Y K H S L
Decimal 235 126 141 0 0.46 0.4 0.08 351.74 0.73 0.71
Hex EB 7E 8D 0 2E 28 8 160 49 47
Octal 353 176 215 0 56 50 10 540 111 107
Binary 11101011 1111110 10001101 0 101110 101000 1000 101100000 1001001 1000111

Color Harmonies of #EB7E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7E8D

Black with #EB7E8D

Text Example


Text Example

White with #EB7E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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