Html Css Color HEX #EB7D8D Carissma

📋 copy color: '#EB7D8D'

red 235 ◦ green 125 ◦ blue 141

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

Shades of Carissma #EB7D8D

Tints of Carissma #EB7D8D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.95%

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

R = 46.91%
G = 24.95%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB7D8D (or 0xEB7D8D) is known color: Carissma. HEX triplet: EB, 7D and 8D. RGB value is (235,125,141). Sum of RGB (Red+Green+Blue) = 235+125+141=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D8D is #148272. Grayscale: #9F9F9F. Windows color (decimal): -1344115 or 9272811. OLE color: 9272811.

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

Color convert

RGB 235 125 141 -
CMYK 0 0.47 0.4 0.08
HSL 351.27º 0.73% 0.71% -
HSV(B) 351.27º 0.47% 0.92% -
XYZ 46.4 34.25 29.37 -
YUV 159.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 235 125 141 0 0.47 0.4 0.08 351.27 0.73 0.71
Hex EB 7D 8D 0 2F 28 8 15F 49 47
Octal 353 175 215 0 57 50 10 537 111 107
Binary 11101011 1111101 10001101 0 101111 101000 1000 101011111 1001001 1000111

Color Harmonies of #EB7D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D8D

Black with #EB7D8D

Text Example


Text Example

White with #EB7D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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