Html Css Color HEX #EF7D8D Carissma

📋 copy color: '#EF7D8D'

red 239 ◦ green 125 ◦ blue 141

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

Shades of Carissma #EF7D8D

Tints of Carissma #EF7D8D

RGB

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

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

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

R = 47.33%
G = 24.75%
B = 27.92%

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

#EF7D8D (or 0xEF7D8D) is known color: Carissma. HEX triplet: EF, 7D and 8D. RGB value is (239,125,141). Sum of RGB (Red+Green+Blue) = 239+125+141=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7D8D is #108272. Grayscale: #A0A0A0. Windows color (decimal): -1081971 or 9272815. OLE color: 9272815.

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

Color convert

RGB 239 125 141 -
CMYK 0 0.48 0.41 0.06
HSL 351.58º 0.78% 0.71% -
HSV(B) 351.58º 0.48% 0.94% -
XYZ 47.74 34.94 29.43 -
YUV 160.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 239 125 141 0 0.48 0.41 0.06 351.58 0.78 0.71
Hex EF 7D 8D 0 30 29 6 160 4E 47
Octal 357 175 215 0 60 51 6 540 116 107
Binary 11101111 1111101 10001101 0 110000 101001 110 101100000 1001110 1000111

Color Harmonies of #EF7D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7D8D

Black with #EF7D8D

Text Example


Text Example

White with #EF7D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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