Html Css Color HEX #EB7E8F Carissma

📋 copy color: '#EB7E8F'

red 235 ◦ green 126 ◦ blue 143

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

Shades of Carissma #EB7E8F

Tints of Carissma #EB7E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.37%

R = 46.63%
G = 25%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB7E8F (or 0xEB7E8F) is known color: Carissma. HEX triplet: EB, 7E and 8F. RGB value is (235,126,143). Sum of RGB (Red+Green+Blue) = 235+126+143=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7E8F is #148170. Grayscale: #A0A0A0. Windows color (decimal): -1343857 or 9404139. OLE color: 9404139.

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

Color convert

RGB 235 126 143 -
CMYK 0 0.46 0.39 0.08
HSL 350.64º 0.73% 0.71% -
HSV(B) 350.64º 0.46% 0.92% -
XYZ 46.68 34.57 30.2 -
YUV 160.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 235 126 143 0 0.46 0.39 0.08 350.64 0.73 0.71
Hex EB 7E 8F 0 2E 27 8 15F 49 47
Octal 353 176 217 0 56 47 10 537 111 107
Binary 11101011 1111110 10001111 0 101110 100111 1000 101011111 1001001 1000111

Color Harmonies of #EB7E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7E8F

Black with #EB7E8F

Text Example


Text Example

White with #EB7E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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