Html Css Color HEX #EF7E8D Carissma

📋 copy color: '#EF7E8D'

red 239 ◦ green 126 ◦ blue 141

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

Shades of Carissma #EF7E8D

Tints of Carissma #EF7E8D

RGB

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

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

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

R = 47.23%
G = 24.9%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF7E8D (or 0xEF7E8D) is known color: Carissma. HEX triplet: EF, 7E and 8D. RGB value is (239,126,141). Sum of RGB (Red+Green+Blue) = 239+126+141=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7E8D is #108172. Grayscale: #A1A1A1. Windows color (decimal): -1081715 or 9273071. OLE color: 9273071.

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

Color convert

RGB 239 126 141 -
CMYK 0 0.47 0.41 0.06
HSL 352.04º 0.78% 0.72% -
HSV(B) 352.04º 0.47% 0.94% -
XYZ 47.87 35.2 29.47 -
YUV 161.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 239 126 141 0 0.47 0.41 0.06 352.04 0.78 0.72
Hex EF 7E 8D 0 2F 29 6 160 4E 48
Octal 357 176 215 0 57 51 6 540 116 110
Binary 11101111 1111110 10001101 0 101111 101001 110 101100000 1001110 1001000

Color Harmonies of #EF7E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E8D

Black with #EF7E8D

Text Example


Text Example

White with #EF7E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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