Html Css Color HEX #EF7D8F Carissma

📋 copy color: '#EF7D8F'

red 239 ◦ green 125 ◦ blue 143

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

Shades of Carissma #EF7D8F

Tints of Carissma #EF7D8F

RGB

 RED value IS 239 (93.75% from 255) = 47.14%

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

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

R = 47.14%
G = 24.65%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF7D8F (or 0xEF7D8F) is known color: Carissma. HEX triplet: EF, 7D and 8F. RGB value is (239,125,143). Sum of RGB (Red+Green+Blue) = 239+125+143=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7D8F is #108270. Grayscale: #A1A1A1. Windows color (decimal): -1081969 or 9403887. OLE color: 9403887.

HSL color Cylindrical-coordinate representation of color #EF7D8F: hue angle of 350.53º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7D8F is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 125 143 -
CMYK 0 0.48 0.40 0.06
HSL 350.53º 0.78% 0.71% -
HSV(B) 350.53º 0.48% 0.94% -
XYZ 47.89 35 30.22 -
YUV 161.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 239 125 143 0 0.48 0.40 0.06 350.53 0.78 0.71
Hex EF 7D 8F 0 30 28 6 15F 4E 47
Octal 357 175 217 0 60 50 6 537 116 107
Binary 11101111 1111101 10001111 0 110000 101000 110 101011111 1001110 1000111

Color Harmonies of #EF7D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7D8F

Black with #EF7D8F

Text Example


Text Example

White with #EF7D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7D8F; }

 p { color: rgb(239,125,143); }

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

background-color css

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

 a { background-color: rgb(239,125,143); }

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

border-color css

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

 span { border-color: rgb(239,125,143); }

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