Html Css Color HEX #EF7B8F Carissma

📋 copy color: '#EF7B8F'

red 239 ◦ green 123 ◦ blue 143

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

Shades of Carissma #EF7B8F

Tints of Carissma #EF7B8F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.36%

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

R = 47.33%
G = 24.36%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF7B8F (or 0xEF7B8F) is known color: Carissma. HEX triplet: EF, 7B and 8F. RGB value is (239,123,143). Sum of RGB (Red+Green+Blue) = 239+123+143=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7B8F is #108470. Grayscale: #9F9F9F. Windows color (decimal): -1082481 or 9403375. OLE color: 9403375.

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

Color convert

RGB 239 123 143 -
CMYK 0 0.49 0.40 0.06
HSL 349.66º 0.78% 0.71% -
HSV(B) 349.66º 0.49% 0.94% -
XYZ 47.64 34.5 30.13 -
YUV 159.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 239 123 143 0 0.49 0.40 0.06 349.66 0.78 0.71
Hex EF 7B 8F 0 31 28 6 15E 4E 47
Octal 357 173 217 0 61 50 6 536 116 107
Binary 11101111 1111011 10001111 0 110001 101000 110 101011110 1001110 1000111

Color Harmonies of #EF7B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7B8F

Black with #EF7B8F

Text Example


Text Example

White with #EF7B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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