Html Css Color HEX #EF7C8C Carissma

📋 copy color: '#EF7C8C'

red 239 ◦ green 124 ◦ blue 140

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

Shades of Carissma #EF7C8C

Tints of Carissma #EF7C8C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.65%

 BLUE value IS 140 (55.08% from 255) = 27.83%

R = 47.51%
G = 24.65%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF7C8C (or 0xEF7C8C) is known color: Carissma. HEX triplet: EF, 7C and 8C. RGB value is (239,124,140). Sum of RGB (Red+Green+Blue) = 239+124+140=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7C8C is #108373. Grayscale: #A0A0A0. Windows color (decimal): -1082228 or 9207023. OLE color: 9207023.

HSL color Cylindrical-coordinate representation of color #EF7C8C: hue angle of 351.65º 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 #EF7C8C is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 124 140 -
CMYK 0 0.48 0.41 0.06
HSL 351.65º 0.78% 0.71% -
HSV(B) 351.65º 0.48% 0.94% -
XYZ 47.54 34.66 29 -
YUV 160.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 239 124 140 0 0.48 0.41 0.06 351.65 0.78 0.71
Hex EF 7C 8C 0 30 29 6 160 4E 47
Octal 357 174 214 0 60 51 6 540 116 107
Binary 11101111 1111100 10001100 0 110000 101001 110 101100000 1001110 1000111

Color Harmonies of #EF7C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7C8C

Black with #EF7C8C

Text Example


Text Example

White with #EF7C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7C8C; }

 p { color: rgb(239,124,140); }

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

background-color css

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

 a { background-color: rgb(239,124,140); }

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

border-color css

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

 span { border-color: rgb(239,124,140); }

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